You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-The-Horde-Multitroid/Export_Code/gml_Script_room_change.gml

9 lines
144 B

global.targetroom = argument0
global.transitiontype = argument1
with (oControl)
{
event_user(3)
fadedone = 0
}
room_goto(rm_transition)