Quote:
Originally Posted by fowlplay4
Triggering a DB-NPC with triggerserver.
DB-NPC (The dragon button): ShopControl
PHP Code:
function onActionServerSide() {
sendtorc(params[0] SPC "and" SPC params[1]);
}
Level NPC:
PHP Code:
//#CLIENTSIDE
function onCreated() {
triggerserver("npc", "ShopControl", "hey now!", "bababooey to you all");
}
|
Idk how to use params.. 0.0 sorry im kind of a >>>

<<< at scripting...
