Deathdisguise
Community Developer
- Joined
- Mar 7, 2015
- Messages
- 678
- Reaction score
- 6
You aren't closing your WhileTag properly. 
<While />
should be
</While>

<While />
should be
</While>
That is funny, I am having the same and What I do is to change the While as follows:
<While Condition="GameManager.CurrentWorldId == 1061 and not DistanceTo(1698.763, -954.8469, 4051.929) > 2000">
Something you guys must do in order to get < work...![]()
<If Condition = "x [B]&&[/B] x">
&& becomes &&
> becomes >
< becomes <