View Single Post
  #23  
Old 02-24-2011, 12:10 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Triggering a DB-NPC with triggerserver.

DB-NPC (The dragon button): ShopControl

PHP Code:
function onActionServerSide() {
  
sendtorc(params[0SPC "and" SPC params[1]);

Level NPC:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
triggerserver("npc""ShopControl""hey now!""bababooey to you all");

__________________
Quote:
Reply With Quote