Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. if @findtype 0x2006 'any' 'ground' 'any' 3
  2. setalias 'corpse' 'found'
  3. usetype 0xf52 'any' 'backpack'
  4. waitfortarget 1200
  5. target 'corpse'
  6. ignoreobject 'corpse'
  7. endif
  8. if @findtype 0x1079 'any' 'ground' 'any' 3
  9. usetype 0xf9f 'any' 'backpack'
  10. waitfortarget 1200
  11. target 'found'
  12. endif
  13. if @findtype 0x1079 'any' 'backpack' 'any'
  14. usetype 0xf9f 'any' 'backpack'
  15. waitfortarget 1200
  16. target 'found'
  17. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement