Gaming
 

Action another room

From Game Maker

action_another_room(room) executes the action Go to a different room. It is virtually the same as the function room_goto.

[edit] Code Sample

action_another_room(room0);

[edit] See Also