Quote:
Originally Posted by Emera
PHP Code:
function onActionPlayerOnline() {
addweapon("WEAPON NAME");
}
Put that at the top of your control NPC.
|
Right... so my NPC script currently looks like this:
PHP Code:
function onActionPlayerOnline() {
player.addWeapon("testgui","Tailor");
}
(from a previous script and i just add
... will it still work if i remove
?
EDIT: I removed player. and applied... entered game and it 1.Removed all my tools. 2.Didn't give me testgui or Tailor....