Aenimus

Ezandora's turns spent alias

Aug 26th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. alias ts => ashq string input = $string[%%].to_lower_case(); foreach l in $locations[] { if (l.to_string().to_lower_case().contains_text(input)) { print_html(l + ": " + l.turns_spent); } }
  2.  
  3. //type "ts zone" into the cli to retrieve the turns spent in that zone, e.g., "ts conservatory"
Add Comment
Please, Sign In to add comment