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

6 lines
163 B

x = oCharacter.x
y = (oCharacter.y - 9)
pwr += 0.03
if (oControl.kFire == 0 || oCharacter.unmorphing == 1 || oCharacter.state == 32 || pwr >= 1)
event_user(0)