Log in

View Full Version : quick question



jaywhy
05-10-2012, 07:16
So for a script that I was making, my client randomly kept disconnecting at this point in my script...


IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
gotoScriptLine :hunt

I think it is the gotoscriptline part, but i'm not sure how to quickly fix this.

1st part of my script starts from depot and heads over to my hunting spot, then in my script it goes like this..

:hunt
move xyz
move xyz
move xyz
move xyz
IfTrue ($mycap$#number<=#5000) Goto $nlineoflabel:depositer$
gotoScriptLine :hunt

I think it is a fairly simple fix, does anyone know how to change it? I switched it to gotoscript line 0 but it does not go back to where i want my script to continue going.

Thanks

Malmis
05-10-2012, 08:19
gotoScriptLine $nlineoflabel:hunt$