Advertisement
Guest User

AAAA

a guest
Dec 10th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. func playerstart(person)
  2. {
  3. set_mstag(person,"ayy",1);
  4.  
  5. contents = get_contents(person);
  6.  
  7. set_mstag(person,"",1);
  8.  
  9. nohit(person,1);
  10.  
  11. noattack(person,1);
  12.  
  13. invisibility(person,1);
  14.  
  15. see_invisible(person,1);
  16.  
  17. set_density(person,0);
  18.  
  19. set_alpha(person,155);
  20.  
  21. create_verb(person,"Select Team","teamselect(my);","","Annihilation");
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement