i need to use with MACRO
I have a macro with command do move $.pos and i use in mon_control.txt all 0 2 0
I want the case during the macro and the command "x" if it uses teleport, ending the macro, I would use the goto
think of something
Code: Select all
do move $xyCoord
while ($xyCoord != $.pos) as loop
if (You use Teleporte on yourself) goto end
end loop
bla bla bla ...
:end
stop
Thanks