Wylin New member Jan 25, 2007 #1 if I have a cli script like: if dance card > 0 use 1 dance card adventure 4 haunted ballroom How do I repeat this script from the beginning instead of just repeating the last line?
if I have a cli script like: if dance card > 0 use 1 dance card adventure 4 haunted ballroom How do I repeat this script from the beginning instead of just repeating the last line?
holatuwol Developer Jan 25, 2007 #2 Use two files. Suppose you save that script as "oneset.txt" or something. In order to invoke the script 50 times, type in: 50x oneset.txt
Use two files. Suppose you save that script as "oneset.txt" or something. In order to invoke the script 50 times, type in: 50x oneset.txt