Quote:
Originally Posted by cbkbud
Why do people use +Something in mudlibs a lot of the time?
|
Because Graal Kingdoms uses + for weapon scripts for the mud.
Quote:
Originally Posted by Angel_Light
I do it doe organization, I start all my system scripts with -, all mud with +, I use !, $ and * on few weps too.
|
Thats silly. I keep my weapons nicely named on Val Dev, here is the array of weapons added on login:
PHP Code:
// Names of weapons to add to player on login.
// Automatic: ObjectTypes, System, -ScriptedRC
this.addweapons = {
// Systems
"SysChat",
"SysNick",
"SysTileDefs",
"SysTime",
"SysMsg",
"SysOutfit",
"SysVision",
"SysBoard",
// Mud
"MudControl",
"MudWeapons",
// GUIs
"GuiCharacterSelect",
"GuiProfiles",
"GuiInfoDialog",
"GuiInventory",
"GuiHud",
"GuiNpcDialog",
"GuiChatHistory",
"GuiInputDialog",
"GuiBook",
"GuiBoard",
"GuiPlaylist",
"GuiLevelDesc",
// Other
"DialogControl",
"Console",
};