Advertisement
intangibles

Untitled

Aug 16th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.19 KB | None | 0 0
  1. if Char.name == 'Kalros'
  2.     go2_count = Script.running.find_all { |s| s.name == 'go2' }.length
  3.     GSC.do_waytos if go2_count <= 1
  4.     before_dying { GSC.delete_rooms_gold_ring if go2_count <= 1 }
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement