
05-12-2012, 01:32 AM
|
|
Banned
|
Join Date: Apr 2012
Posts: 89
|
|
Quote:
Originally Posted by 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.
|
Did not work either. |
|
|
|