Advertisement
durginsurthin

Racial

May 3rd, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var a = activator as Player
  2. var race = a.getCharacterRace().getName()
  3.  
  4. if a.isOp() == False:
  5. return 0
  6.  
  7. if race == "Dwarf":
  8. return 0
  9. if race == "Elf":
  10. return 0
  11. if race == "Halfling":
  12. return 0
  13. if race == "Steve":
  14. return 0
  15.  
  16.  
  17. return 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement