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

12 lines
268 B

if (other.state == 15 && other.vjump == 0 && (global.screwattack == 1 || other.chargebeam >= 1))
{
if (other.chargebeam >= 1)
{
other.chargebeam = 0
other.nofire = 20
}
event_user(0)
}
else
damage_player(damage, hpush, vpush, 0, 0)