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.
AM2Rogue/Export_Code/gml_Object_oA4RepairBot_Ala...

6 lines
107 B

if (state == 2)
{
instance_create((x + (18 * facing)), (y + 9), oA4RepairBotSpark)
alarm[0] = 10
}