Advertisement
kolton

Untitled

Nov 25th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. this.waitforparty = function ()
  2. {
  3. if (Barbarian !== "") {
  4. while(!getUnit(0, Barbarian)) {
  5. delay(150);
  6. }
  7. }
  8.  
  9. if (Paladin !== "") {
  10. while(!getUnit(0, Paladin)) {
  11. delay(150);
  12. }
  13. }
  14.  
  15. Precast.doPrecast(true);
  16. delay(1000);
  17.  
  18. while (!me.getState(32)) {
  19. say("Bo");
  20. delay(2000);
  21. }
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement