I never used < myself but I just did a bit of testing. Looks like you can only use it in xml files and NOT between <![CDATA[ and ]]> tags. Are you posibly trying to use it between those tags or in an lua file?
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
That doesn't look right. The thing you have to understand is if you change the waypoint index, or even load a new waypoint file, the rest of the code at the waypoint will still finish being executed.
So in your example above, if you have less than 6 spaces left it changes to the "repairs" waypoint but then immediately changes it to "fromthestart" regardless. If you use an "if then else end" construct that would fix it but if the repairs path immediately follows that code, I would write it like this.