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