in the RC in my server, I added a weapon
and it worked fine.
The weapon is supposed to destroy it self from the player's inventory
after they leave the level (its for an events place)
The weapon name is Events Bow.
Is that a reserved or something?
Any reason why it would work once,
then I still see it on the RC list of weapons
but now i cannot get in to edit the script
and the addweapon npc no longer adds the weapon!
The part that removes the weapon, triggered by playerenters:
NPC Code:
if (!strequals(#L,pro_argame.graal)){destroy;}
any reason why this would erase the npc from the npc server?
I just want it to go away from the players q menu inventory...