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

8 lines
208 B

var sp;
if (state == 1)
{
sp = instance_create((x + ((1 - facing) * 3.5)), (y + irandom(16)), oSparkParticle)
sp.mycolor = 16776960
}
alarm[0] = ((30 + irandom((60 - (50 * active)))) - (29 * active))