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.
25 lines
345 B
25 lines
345 B
canbeX = 1
|
|
hp = global.mod_serrisHbody
|
|
damage = global.mod_serrisDamage
|
|
if (global.item[11] == 0)
|
|
state = 2
|
|
else
|
|
state = 0
|
|
statetime = 0
|
|
flashing = 0
|
|
fxtimer = 0
|
|
inrange = 0
|
|
spr_normal = 778
|
|
spr_frozen = 780
|
|
spr_open = 779
|
|
xoff = 0
|
|
yoff = 0
|
|
shaking = 0
|
|
timer = 0
|
|
rotspeed = 0
|
|
myspeed = 0
|
|
offset = 0
|
|
moveratio = 0
|
|
movesteps = 0
|
|
event = 0
|