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

26 lines
390 B

if (special == 0)
{
state = (!state)
alarm[0] = 132
if (state == 1)
{
with (oA3AssemblyControl)
alarm[3] = 1
}
}
else
{
if instance_exists(oAutoadPlayer)
{
if (state == 0)
{
state = 1
with (oA3AssemblyControl)
alarm[3] = 1
}
}
else
state = 0
alarm[0] = 30
}