Game Maker
Tag: Visual edit
(→‎See Also: got rid of pointless text)
Tags: Visual edit apiedit
 
Line 5: Line 5:
   
 
== See Also ==
 
== See Also ==
*[[Action functions]] HUEHUEHUE BR
+
*[[Action functions]]
 
*[[List of functions]]
 
*[[List of functions]]
   

Latest revision as of 13:04, 15 April 2015

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

Code Sample[]

action_another_room(room0);

See Also[]