Page 1 of 1

combine scripts

Posted: Sun Sep 13, 2015 8:40 am
by Braziliano
hi , i would like to combine/chain my daily/mini scripts
does anyone know the line i need to put in my script to set off the next one?

Re: combine scripts

Posted: Sun Sep 13, 2015 10:49 pm
by lisa
The easiest to use is the function

Code: Select all

loadPaths("filenamehere")
example

Code: Select all

loadPaths("survivalr5")
That will tell the bot to use the waypoint file named survivalr5.xml

Re: combine scripts

Posted: Tue Sep 15, 2015 8:01 am
by Braziliano
thx!!