Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. if not listexists 'spinningwheeltypes'
  2. createlist 'spinningwheeltypes'
  3. pushlist 'spinningwheeltypes' 0x1019 //Spinning wheel East
  4. pushlist 'spinningwheeltypes' 0x1015 //Spinning wheel South
  5. endif
  6. while @findtype 0xdf9 'any' 'backpack' or findtype 0xdf8 'any' 'backpack'
  7. useobject 'found'
  8. waitfortarget 15000
  9. for 0 in 'spinningwheeltypes'
  10. if @findtype spinningwheeltypes[] 'any' 'ground' 1 2
  11. target! 'found' 1000
  12. break
  13. endif
  14. endfor
  15. pause 3500
  16. endwhile
  17. playmacro 'SpinCloth'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement