Young Star
Grandmaster
Won't that still recall if he has an enemy mob already loaded when this runs? Can you do a clear enemy at the top to flush out any previously assigned enemy? Does unset alias 'enemy' do the trick?Done: @De Medici
if not findalias 'Escape Book'
promptalias 'Escape Book'
endif
getenemy 'murderer' 'humanoid' 'closest'
while @inrange 'enemy' 20
msg 'All Stop'
msg 'All Follow Me'
cast 'recall'
autotargetobject 'Escape Book'
pause 2000
endwhile