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?