Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: xiia on Fri 11/02/2011 02:29:02

Title: Help with Scripting; Can't enter other rooms
Post by: xiia on Fri 11/02/2011 02:29:02
I'm actually a complete newbie with this software. Anyway, I cannot find it in the tutorial, but how do you script walking off edges as going into the next room?
Thank you and I am terribly sorry if I am being stupid and this is in the tutorial. 
Title: Re: Help with Scripting; Can't enter other rooms
Post by: Gilbert on Fri 11/02/2011 02:37:41
Just use the player.ChangeRoom() (http://www.adventuregamestudio.co.uk/manual/Character.ChangeRoom.htm) function to enter other rooms.
Title: Re: Help with Scripting; Can't enter other rooms
Post by: xiia on Fri 11/02/2011 21:48:07
Quote from: Iceboty V7000a on Fri 11/02/2011 02:37:41
Just use the player.ChangeRoom() (http://www.adventuregamestudio.co.uk/manual/Character.ChangeRoom.htm) function to enter other rooms.
Thank you so much!