Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Akatosh on Sun 01/04/2007 16:07:11

Title: Creating new characters while the game is running
Post by: Akatosh on Sun 01/04/2007 16:07:11
Exactly that. Can I create a new character/object/whatever while the game is already running? cNew = new TCharacter(); doesn't work (surprise!)... is there any way at all to do it?
Title: Re: Creating new characters while the game is running
Post by: Rui 'Trovatore' Pires on Sun 01/04/2007 16:39:43
Nope. But if you tell us what you're trying to achieve, then we might be able to help.
Title: Re: Creating new characters while the game is running
Post by: R4L on Sun 01/04/2007 17:40:31
Is it possible?  ???
Title: Re: Creating new characters while the game is running
Post by: Gilbert on Sun 01/04/2007 17:48:11
Redrum answered already: No.

Just create extra characters in the editor, if you want to create a "new" character in game just use these extra characters and set their properties (view, walking speed, etc.) accordingly as needed.The same goes for other stuff.