Advertisement
Cappelle

Decode T-Maps

Nov 16th, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. //"mapbag" is location of undecoded, "deco bag" is where they are moved too. Don't check "loop" as it is a while statement so will keep going till all maps out of the "mapbag". Thanks Ariakan.
  2.  
  3. if not @findobject 'mapbag'
  4. promptalias 'mapbag'
  5. endif
  6. if not @findobject 'decobag'
  7. promptalias 'decobag'
  8. endif
  9. while @findtype 0x14ec 0x0 'mapbag'
  10. while not @injournal 'red pin' 'system'
  11. useobject 'found'
  12. pause 600
  13. endwhile
  14. moveitem 'found' 'decobag'
  15. pause 600
  16. ignoreobject 'found'
  17. clearjournal
  18. endwhile
  19. headmsg 'Done!!' 33
  20. headmsg 'Done!!' 33
  21. headmsg 'Done!!' 33
  22. headmsg 'Done!!' 33
  23. headmsg 'Done!!' 33
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement