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.
|
/// 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);
|