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-The-Horde-Multitroid/Export_Code/gml_Object_oGenesis_Alarm_0...

13 lines
283 B

if (state == 3 && statetime < 77)
{
prj = instance_create((x + (20 * facing)), (y - 22), oGenesisAcid)
prj.hspeed = ((5 + random(9)) * facing)
prj.vspeed = (1 - random(3))
alarm[0] = 2
if (xtreme == 1)
{
prj.hspeed *= 1.2
alarm[0] = 1
}
}