My bot won't target MOnster for me
Posted: Mon Jul 27, 2009 11:34 am
I keep getting the error - unexpected symbol near '<'
MY code:
MY code:
Code: Select all
<waypoints type="TRAVEL">
<!-- # 1 --><waypoint x="-245" z="-7285">
player:harvest();
</waypoint>
<!-- # 2 --><waypoint x="-451" z="-7721">
player:harvest();
</waypoint>
<!-- # 3 --><waypoint x="115" z="-7578">
player:harvest();
</waypoint>
<!-- # 4 --><waypoint x="124" z="-7651">
player:harvest();
</waypoint>
<!-- # 5 --><waypoint x="451" z="-7580">
player:harvest();
</waypoint>
<!-- # 6 --><waypoint x="561" z="-7493">
player:harvest();
</waypoint>
<!-- # 7 --><waypoint x="160" z="-7665">
player:harvest();
</waypoint>
<!-- # 8 --><waypoint x="-432" z="-7715">
player:harvest();
</waypoint>
<!-- # 9 --><waypoint x="-667" z="-8378">
player:harvest();
</waypoint>
<!-- #10 --><waypoint x="-458" z="-8650">
player:harvest();
</waypoint>
<!-- #11 --><waypoint x="-274" z="-7235">
player:harvest();
</waypoint>
<!-- #12 --><waypoint x="-248" z="-7172">
player:harvest();
</waypoint>
<!-- #13 --><waypoint x="-193" z="-7157">
player:harvest();
</waypoint>
<!-- #14 --><waypoint x="-163" z="-7186">
player:harvest();
</waypoint>
<!-- #15 --><waypoint x="-185" z="-7256">
player:harvest();
</waypoint>
</waypoints>