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

15 lines
283 B

var damageToDeal;
if (myhealth > 0)
{
damageToDeal = damage
if (other.invincible == 0)
damagedealt += damageToDeal
damage_player(damageToDeal, hpush, vpush, 0, 0)
if (chasing && hitandrun)
{
xVel = 0
yVel = 0
event_user(1)
}
}