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_oSkorp_Alarm_1.gml

12 lines
172 B

if (frozen == 0)
{
disc1.spin = 0
disc2.spin = 0
attack = 0
alarm[0] = 100
if instance_exists(lure)
lure.alarm[1] = 20
}
else
alarm[1] = 10