frozenLake

Untitled

Sep 17th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local ALLEMERALD = (EMERALD1+EMERALD2+EMERALD3+EMERALD4+EMERALD5+EMERALD6+EMERALD7)
  2.  
  3. addHook("ThinkFrame", do
  4. for player in players.iterate
  5. if G_PlatformGametype()
  6. player.powers[pw_emeralds] = ALLEMERALD
  7. end
  8. end
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment