Quote:
Originally posted by GregoryYoshi
I copied and pasted directly to an NPC, and still no dice.
|
Well getz works fine, example:
NPC Code:
message #v(getz(x,y));
Set Z doesnt work how he said.. and u dont need to update de terrain to do it, example(setting 0):
NPC Code:
timeout=.05;
if(timeout){
setz playerx,playery,5,5,,,,;
}