@ 2:
You should first remove the #'s as those act as comments (like // for scripts) when placed in the serveroptions.
Don't know if it works though even after doing that, I always scripted my own maps and such.
@ 3:
Weapons (also known as WNPCs) are NPCs so I think the question you are asking is:
"Do I use a Level NPC or a WNPC?"
You will want to use a WNPC for that since the Level NPC wouldn't work once you left the level. In terms of having it clutter your inventory, you have two options:
- Make a custom inventory system. This would require quite a bit of scripting knowledge so you may want to hire a scripter if you do this.
- Use the default inventory and just have the system WNPCs start with dashs. Example WNPC names: -System, -Chat, -Uberstuff. Also, WNPCs that start with * can't be deleted by the player.
Hope that helps
