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-TimeTrials/scripts/room_change.gml

11 lines
270 B

/// room_change(target_room, transition_type)
global.targetroom = argument0;
global.transitiontype = argument1;
with (oControl) {
//show_debug_message("oControl commanded to generate screen_surface")
event_user(3);
fadedone = 0;
}
room_goto(rm_transition);