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

14 lines
295 B

if (unique != 0)
{
if (global.event[unique] == 0)
{
global.event[unique] = 1
mus_stop(setmus)
mus_current_fadein()
with (oDoorA5)
event_user(3)
}
if (global.item[itemdrop] == 0)
instance_create(x, y, scr_itemsopen(itemdrop))
}