Feldherren

Prototype Minecraft/A'therys Tracking Script

Mar 31st, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $${IFMATCHES(%CHATCLEAN%,"track ([a-z0-9_]*)",&target,1);
  2. IFMATCHES(%CHATCLEAN%,"%&target% pos: world: (-?[0-9]*,-?[0-9]*,-?[0-9]*)",&trackPos,1);
  3. DO(5);ECHO("/party %&target%: %&trackPos");WAIT(2);LOOP;
  4. ENDIF;
  5. ENDIF;}$$
Advertisement
Add Comment
Please, Sign In to add comment