05-17-2014, 03:27 PM
(05-17-2014, 01:21 AM)raphaelignacio Wrote: Why i cant create a script that follows dragon when x life? i tried all types and doesnt work! Look my last release, i dont know why doesnt work
Code:100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30 [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 0) Creature.Follow(!id!) Exit()
try it:
Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30 [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 1) Creature.Follow(!id!) Exit()
Give me reputation if this post is usefull,
Thanks,
lhosalles.
Thanks,
lhosalles.