;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; torch.tf ; ; ; ; This script lets you automatically create torches. ; ; It is handy for Ranger torch quests. ; ; ROBOTTING IS ILLEGAL. USE AT YOUR OWN RISK!! ; ; Type: at to start script, and type: nat to stop it. ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; /ECHO -aBCbggreen,Cwhite *** ROBOTTING IS ILLEGAL. USE AT YOUR OWN RISK!! *** /ECHO -aBCbggreen,Cwhite *** Type: at to start. Type: nat to end. Type: ct to check current count *** /SET torchnum=0 /DEF -ag -h"send {at}" skl_auto_torch_creation = \ /SEND @use torch creation %; \ /DEF -t"Unfortunately you were unable to create a torch*" re_torch1 = \ /SEND @use torch creation %; \ /DEF -F -t"A sense of pride overcomes you as*" torchcount1 = \ /TEST ++torchnum %; \ /DEF -F -t"A sense of pride overcomes you as*" re_torch2 = \ /SEND @drop all torch %; \ /DEF -F -t"You drop a torch." re_torch3 = \ /SEND @use torch creation %; \ /DEF -F -t"You drop * torches." re_torch_3a = \ /SEND @use torch creation %; \ /DEF -F -t"Not enough space for a torch*" re_torch4 = \ /SEND @use torch creation %; \ /DEF -F -t"that caused two torches to be made!" double_torch1 = \ /TEST ++torchnum %; \ /DEF -F -t"that caused two torches to be made!" double_torch2 = \ /ECHO -aBCbgblue,BCwhite *** DOUBLE TORCH *** %; \ /DEF -F -t"You got slightly better at double torch!" double_torch3 = \ /ECHO -aBCbgblue,BCwhite ** IMPROVED DOUBLE TORCH *** %; \ /ECHO -aCbgyellow,Cblack *** AUTOTORCH ON Starting at %{torchnum} torches *** %; \ /DEF -ag -h"send {nat}" skl_no_auto_torch_creation = \ /UNDEF re_torch1 %; /UNDEF re_torch2 %; /UNDEF re_torch3 %; \ /UNDEF re_torch4 %; /UNDEF re_torch_3a %; /UNDEF double_torch1 %; \ /UNDEF double_torch2 %; /UNDEF double_torch3 %; \ /SEND zz %; \ /ECHO -aCbgyellow,Cblack *** AUTOTORCH OFF *** %; \ /ECHO -aCbgyellow,Cblack *** You created %{torchnum} torches this session *** /DEF -ag -h"send {ct}" report_num_torch = \ /ECHO -aCbgyellow,Cblack *** You have created %{torchnum} torches so far this session *** /DEF -F -aBCgreen -t"*down,*to go." torch_status =