
07-30-2003, 01:43 AM
|
|
Graalian since 1998
|
 |
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
|
|
Quote:
Originally posted by VeX_RaT_Boy
Ok, thank you that worked 
[edit]
NPC Code:
if(this.dir=0&&y>0) move 0,-1,0.5,0;
if(this.dir=2&&x>0) move 0,+1,0.5,0;
if(this.dir=1&&x<64) move -1,0,0.5,0;
if(this.dir=3&&y<64) move +1,0,0.5,0;
I tested it with move... and its not working... why?
[/edit]
Also, I have another problem with triggeraction...
Its a weapon, triggering something clientside. I have a NPC on a level checking for it serverside if (action...), but it won't work! Strangly, it works clientside, but not serverside!
(Weapon Clientside to NPC Serverside)
Please respond if you know the problem.
|
About the triggeraction,read newfeatures,Stefan made a hammer script,that would be helpful.
About the move thing,i'm not sure,i rarely use move  ' |
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
|
|
|
|