yojimbos_law

level 13+ usable items

Oct 9th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. > foreach i in $items[]{if(i.usable == true && i.levelreq >= 13){print(i);}
  2.  
  3. Unable to invoke foreach
  4.  
  5. > ashq foreach i in $items[]{if(i.usable == true && i.levelreq >= 13){print(i);}
  6.  
  7. Expected }, found ; ()
  8.  
  9. > ashq foreach i in $items[]{if(i.usable == true && i.levelreq >= 13){print(i);}}
  10.  
  11. ultimate wad
  12. enchanted leopard-print barbell
  13. dolphin whistle
  14. BRICKO cathedral
  15. BRICKO gargantuchicken
  16. lupine appetite hormones
  17. blood-drive sticker
  18. mime army superserum
  19. //the spleen items are incorrectly categorized.
Advertisement
Add Comment
Please, Sign In to add comment