Hey guys, i need some help...
i want this npc to play the ganis...
but there is no way to trigger it self (what i think).
So...
can anyone help me make this move for EVERYBODY when someone clicks on it?
NPC Code:
if (actionserverside) {
setcharani #p(1),;
}
//#CLIENTSIDE
if (created) {
this.dontmove=false;
}
if (actionleftmouse&&keydown2(keycode(b),ignorecase)& &keydown2(keycode(r),ignorecase)&&this.dontmove==f alse){
this.dontmove=true;
triggeraction x,y,serverside,shelf1;
sleep 4;
triggeraction x,y,serverside,shelf2;
this.dontmove=false;
}