Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: dahui58 on Wed 29/09/2010 14:04:31

Title: Best way to insert a character?
Post by: dahui58 on Wed 29/09/2010 14:04:31
What is the best way to insert an NPC into your game? The only way I've done it so far is by setting the starting location for your character, but when I make more rooms and areas how will I insert him into there if he's already got a starting location in another room?

Can you add characters straight in like you can objects?
Title: Re: Best way to insert a character?
Post by: Virgil on Wed 29/09/2010 14:57:11
Character.ChangeRoom(room number)

Take a look at the manual as well, its all there.
Title: Re: Best way to insert a character?
Post by: dahui58 on Wed 29/09/2010 15:08:28
That should do, thanks