
05-21-2002, 06:33 AM
|
|
where da wmdz at
|
 |
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
|
|
Re: well...
Quote:
Originally posted by mikepg
I dont have any terrain to upload, lol...and, my main question hasnt been solved yet .
The Z axis for NPCs...is there one? If so, how do you set it?
Thanks though, Jagen.
|
Jagen:
NPC Code:
if (playerchats&&startswith(z,#c)) {
z=strtofloat(#e(2,-1,#c));
}
That should work fine, just say z then a number
|
|
|
|