View Single Post
  #24  
Old 02-24-2011, 02:14 AM
Astram Astram is offline
Era iPhone PR
Astram's Avatar
Join Date: Aug 2010
Posts: 324
Astram can only hope to improve
Send a message via AIM to Astram
Quote:
Originally Posted by fowlplay4 View Post
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");

Idk how to use params.. 0.0 sorry im kind of a >>><<< at scripting...
__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote