Thread: Staff Warping
View Single Post
  #11  
Old 09-05-2001, 04:59 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
okay, well, try this:

if (playertouchsme){
toweapons Piece 'o' Crap;
}
if (weaponfired){
set warping;
freezeplayer 2;
setani warp3.gani,;
setlevel2 #c.graal,#c,#c;
}
//Then put this in every level:
if (playerenters&&warping){
freezeplayer 2;
setani warp4.gani,;
unset warping;
}
Reply With Quote