Author Topic: Bot Functions  (Read 381 times)

I am aware that some bot functions have broken in the most recent version. But it seems %bot.mountImage(swordimage,0); mounts to sword fine, but when I $monster.playthread(2, "armAttack"); the sword swings rapidly, but no projectile comes out?

Is there anyway to fix this? Or atleast get around this?

Why would there be projectiles? You're just playing an animation. Use AIPlayer::setImageTrigger(slot, value).

Hah, I tried playThreadAction(); thinking that's what it mean't.