Home > Adventure Game Studio, Gaming, Programming > Adventure Game Studio: Changing Rooms

Adventure Game Studio: Changing Rooms

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 :)

  1. No comments yet.
  1. No trackbacks yet.
*