Name of code: Dahan's d6 Skills Code Version, if any: 1.0 Date of release: March 10th, 2004 Description of the code, number of objects, its functions, $commands it defines, etc.: This is my d6 skills code, based on the West End Games RPG mechanics. It comes complete with global commands (including an +skills documenation command), a chargen commands object, weapon and ammo parents, and sample weapons parents. Code Author: Dahan Email Address: N/A "As used on" this MUSH, if any: Modified versions have been used on Beyond the Fire & Traveller:Sylean Dawn (a.k.a. Traveller MUSH). Server required for code: This code is only intended to run on PennMUSH. May or may not run on other games. NOT recommended for RhostMUSH. Patchlevel/version of server required/tested on: 1.7.4p20 (BTF), 1.7.6p14 (Traveller), 1.7.7p23 (private MUSH). Privileges required: Needs wizard bits and an object in the global commands room. Terms of code use: Feel free to use and modify this at your own risk. And don't take credit for coding this system away from me. (Though 'Originally coded by Dahan, Modified by ' is acceptible.) Support policy: You're on your own, though you may try to contact me on Beyond the Fire MUSH, Star Wars: Age of Alliances, or any other MUSH where I play if you run into trouble. Believe it or not, I do take pride in my work and don't want to see my code running poorly. Installation instructions: Cut and paste the file to your MUSH while logged in as the skills wizard-builder character. Modify DB_* attributes as necessary. Place and lock down the 'd6 Chargen' object in the appropriate room in your chargen setup. Feel free to use the chargen object's FN_Reset function on the SUCCESS or ASUCCESS of the exit used to enter the room, and to use the FN_CanLeave u-function on the chargen object with the exit lock. Those chargen exits may need to be set WIZARD for that to work. Examples: @ASUCCESS Next=[ulocal(/FN_Reset,%#)] &FN_CanPass Next=[ulocal(/FN_CanLeave,%#)] @lock Next=FN_CanPass/1 Help instructions: Once the game is installed, use the +sinfo or +skills command to access documentation about how to use the system.