Thread: The Z-Axis
View Single Post
  #18  
Old 05-24-2002, 10:45 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
Re: Re: The Z-Axis

Quote:
Originally posted by Neonight

Jagen:
<setz stuff>
I'm trying this on a screenshot of a G2k2 level, and here's the script:

NPC Code:

if (playerenters) {
playerx=30;
playery=30;
playerz=0;
timeout = .05;
}
if (timeout) {
message #v(playerz);
timeout = .05;
}
if (playerchats) {
setz 30,30,3,3,0,1,2,3;
updateterrain;
}



Yet, it still doesn't work...it's always equal to 0...Is there some other command to start the setz?
__________________
Reply With Quote