View Single Post
  #9  
Old 05-29-2002, 07:52 PM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
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,,,,;
}

Reply With Quote