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

14 lines
270 B

if (global.event[event] > 0)
{
active = 1
image_index = 1
bat = instance_create((x + 8), (y + 8), oBattery)
bat.state = 10
bat.statetime = 0
bat.alarm[0] = 1
bat.targetx = (x + 8)
bat.targety = (y + 8)
with (oDoor)
lock = 0
}