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_oGenesisTrigger_...

12 lines
249 B

if (global.item[oControl.mod_50] == 1)
{
with (oDoor)
event_user(0)
mus_current_fadeout()
instance_create(512, 64, oGenesis)
instance_create(0, 0, oA8RedLightFX)
with (oLight)
fadeout = 1
instance_destroy()
}