Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: shaungaryevans on Fri 17/10/2008 22:13:32

Title: two characters in the same room.
Post by: shaungaryevans on Fri 17/10/2008 22:13:32
hi,

I got my main character moving but i want another character moving in the same room but to it's own. Can you tell me how to import another character into the same room and how to get it moving on its own please?
Title: Re: two characters in the same room.
Post by: Matti on Fri 17/10/2008 22:18:11
Character.ChangeRoom and Character.Walk can be used for any character, not only the main character, so there should be no problem.
Title: Re: two characters in the same room.
Post by: shaungaryevans on Fri 17/10/2008 22:24:45
Thank you for that, but i can't get another character to display in the same room. how to do that bit please?
Title: Re: two characters in the same room.
Post by: Trent R on Fri 17/10/2008 23:59:30
Right click 'Characters' menu selection and choose 'New Character' or 'Import Character'. Then set the new character's name and starting room from the Properties pane.


~Trent