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.
31 lines
652 B
31 lines
652 B
canbeX = 0
|
|
CollisionBottom = 0
|
|
CollisionTop = 0
|
|
CollisionLeft = 0
|
|
CollisionRight = 0
|
|
i = 0
|
|
WallLeft = 368
|
|
gravity = 0
|
|
gravity_direction = 270
|
|
state = 0
|
|
statetime = 0
|
|
facing = 1
|
|
facingplayer = 0
|
|
turning = 0
|
|
myhealth = global.mod_torizohealthform1
|
|
if (global.difficulty >= 2)
|
|
myhealth = global.mod_torizohealthform1hard
|
|
damage = global.mod_torizondamageform1
|
|
canbehit = 1
|
|
flashing = 0
|
|
fxtimer = 0
|
|
instance_create(0, 0, oTorizoWall)
|
|
myobj1 = instance_create(x, y, oTorizoBottom)
|
|
myobj1.damage = damage
|
|
stepdelay = 30
|
|
nextstepdelay = 30
|
|
walkspeed = 0.3
|
|
image_index_last = 0
|
|
proj_damage = 0
|
|
scan_log(34, get_text("ScanEvents", "ScanMechanism"), 180, 0)
|