Advertisement
kolpastebin

Turns spent GCLI alias

Jul 17th, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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); } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement