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-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oAreaIntro_Step_...

15 lines
277 B

var _temp_local_var_2;
if (state == 0 || (!global.ingame) || room == rm_transition)
{
image_speed = 0
exit
}
else if (pause[floor(image_index)] > 0)
{
image_speed = 0
image_index = floor(image_index)
pause[_temp_local_var_2]--
}
else
image_speed = 0.25