Quote:
|
Originally Posted by falco10291029
ok so for a command thats not a weapon itll look like:
NPC Code:
if (actionserverside) setlevel2 class.nw,30,30;
//#CLIENTSIDE
if (flag) {triggeraction x,y,serverside,}
|
You don't really need to use triggeraction in every script. Read my last post.
Note: You did not use
; in the end of the execution line again.
