Log in

View Full Version : Req: Exp Log out



1manu1
04-08-2012, 23:11
dunno if this script exist... but i searched it for a while... anyone? need it for rook, and how can i attach it to my wps :D


Thx all

provocate
04-09-2012, 03:07
Create a new label somewhere in the script, preferably at the end~ ... For example :logoff


IfTrue ($myexp$#number>=#6300) Goto $nlineoflabel:logoff$
..... <other stuff in script, like wpts and other actions>
:logoff
sayMessage exiva close

You might put 'IfTrue ($myexp$#number>=#6300) Goto $nlineoflabel:logoff$' several times in your script, like after few waypoints, so it'll log exactly like you wished it would.

Anyway, I have to give credits to Malmis, helped myself with his awesome script 'StartNGo Rook2Main' which can be found here: http://www.blackdtools.net/sho...tNGo-Rook2Main

Might be useful for you.