Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. thread startgate();
  2. thread trap1();
  3. thread trap2();
  4. //thread trap3();
  5.  
  6. startgate()
  7.  
  8. {
  9. gate = getEnt("startgate","targetname");
  10. acti_gate = getEnt("startgate_activator","targetname");
  11.  
  12. level waittill ("jumper", who );
  13.  
  14. wait(3);
  15.  
  16. iPrintlnBold ("Map created by: ^5#FNRP#^7Erik");
  17.  
  18. wait(5);
  19. iPrintlnBold ("Startgate opening^9!!");
  20.  
  21. gate movez(-160,2,1,1);
  22. acti_gate movez(-252,2,1,1);
  23.  
  24. gate waittill ("movedone");
  25. acti_gate waittill ("movedone");
  26. wait(0.1);
  27. iPrintlnBold ("The gate is ^2open ^7run!!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement