Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #library "default"
  2. #include "zcommon.acs"
  3.  
  4. Script 999 ENTER
  5. {
  6. Thing_ChangeTid(0,9000);
  7. }
  8.  
  9. Script 998 (int portalnumber)
  10. {
  11. if(portalnumber==0){
  12. if(thingcount(0, 9998)==1){
  13. SetActorPosition(9000, GetActorX(9998), GetActorY(9998), GetActorZ(9998), 1);
  14. }
  15. Delay(50);
  16. Terminate;
  17. }
  18. if(portalnumber==1){
  19. if(thingcount(0, 9997)==1){
  20. SetActorPosition(9000, GetActorX(9997), GetActorY(9997), GetActorZ(9997), 1);
  21. }}
  22. Delay(50);
  23. Terminate;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement