View Single Post
  #32  
Old 02-24-2011, 04:33 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 cbk1994 View Post
Add an echo into the onActionSeverSide event in the DB NPC and see if the trigger is being received.
Yes the trigger is recived... Though, the script doesnt work...
PHP Code:
function onActionServerSide(cmd)
{
if (
cmd == "buy")
{
purchase(thiso.weaponthiso.price);
}
}
function 
Purchase(ab)
{
addweapon(a);
player.rupees -= b;

__________________
-Toad
The worlds biggest Toad fan...
Era iPhone FTW!


Reply With Quote