Idea is this, I have a very long WP that goes from 1 side of map to the other side. Along the way I have setup loadpaths at intervals to tell the bot to go kill stuff and then back to the same long WP to keep travelling along.
That part works just fine, the next bit is the issue. I want to have a setting to tell the bot to take certain loadpaths.
Code: Select all
wp 1
wp2
wp3 loadpaths 1
wp4
wp5
wp6 loadpaths 2
wp7
wp8
My first thought on making it 'easy' would be to copy paste the long WP, alter name slightly and take out the loadpaths I don't want it to use, would mean changing the 1.xml to send it back to long1 and the 2.xml to send back to long2.xml, which would mean rewriting the whole WP's.
long1.xml is one WP
long2.xml is another WP
so long1.xml sends that character to loadpaths 1
long2.xml sends that character to loadpaths 2.
I am hoping there is a way to do it without having more WP.
I was thinking along the lines of having a
Code: Select all
<option name="waypoint2" value="true" >
Any other ideas?