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.
|
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))
|
|
}
|