View Single Post
  #2  
Old 02-09-2008, 06:49 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
You're mixing a GS2 function definition with GS1 commands, please don't.

ActionPlayerOnline is called in the Control-NPC when a player logs in, you would do:
PHP Code:
function onActionPlayerOnline() {
  
addweapon("weapon1");
  
addweapon("weapon2");

This script would go in the Control-NPC.
__________________
Reply With Quote