DJGameFreakTheIguana
Active member
Need help getting an enemy to target players and do a dash attack in the direction they're in, along with Z placement. Think of Big Ben's fire breathing or Glasia's knife charge attacks from the Streets of Rage games. I bought got this right using the target and leap @cmd's but even with nopain and nodrop, the enemy still falls if attacked in mid air, keeping in mind I set the leap to 1. It's a rolling attack actually. Here's the coding and what I tried last with the script.
x)
Code:
delay 2
move 7
bbox.position.x 75
bbox.position.y 47
bbox.size.x 41
bbox.size.y 40
attack.block.penetrate 0
attack.damage.force 10
attack.damage.type 2
attack.effect.hit.flash.disable 0
attack.position.x 75
attack.position.y 47
attack.reaction.fall.force 0
attack.reaction.pause.time 0
attack.size.x 41
attack.size.y 40
attack.size.z.1 20
@cmd target 1 0 1 0
# @cmd leap 0.1
frame data/chars/Golem2/A1-14.gif
#@cmd dash 1
frame data/chars/Golem2/A1-14.gif
frame data/chars/Golem2/A1-15.gif
frame data/chars/Golem2/A1-15.gif
frame data/chars/Golem2/A1-16.gif
frame data/chars/Golem2/A1-16.gif
frame data/chars/Golem2/A1-17.gif
frame data/chars/Golem2/A1-17.gif
frame data/chars/Golem2/A1-18.gif
x)