Archive

Posts Tagged ‘Change Rooms’

Adventure Game Studio: Changing Rooms

December 8th, 2009 No comments

I keep getting searches for information on how to change rooms in Adventure Game Studio.

It’s quite easy actually, all you need is the following code;

cEgo.ChangeRoom(room number, x, y)

Replace “cEgo” with your character name, change “room number” for the number of the room you want the player to be taken to, and lastly set the x/y co-ordinates you wish the player to appear in the room.

Easy :)