View Single Post
  #2  
Old 05-12-2012, 01:32 AM
Fysez Fysez is offline
Banned
Join Date: Apr 2012
Posts: 89
Fysez has a little shameless behaviour in the past
Quote:
Originally Posted by ffcmike View Post
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.
Did not work either.
Reply With Quote