View Single Post
  #4  
Old 05-12-2012, 01:27 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
It specifically has to be the Control-NPC, which is listed among database NPCs.

Try:

PHP Code:
function onActionPlayerOnline(){ 
  
player.removeweapon("Bow");
  echo(
player.account SPC "logged in");

in order to determine whether the function is even occurring.
Reply With Quote