> cat /wizhelp/roomtool1
> _
======================================================================== Room Tool - Overview ======================================================================== The room tool is an interactive wizard utility for creating and editing rooms. GETTING STARTED: 1. clone lib/wiztools/roomtool - Create the tool 2. hold room tool - Equip it 3. room - Start interactive mode 4. room help - Quick help ROOM TYPES: Regular - Standard rooms with descriptions Random - Drops items, resets every 4-6 min Search - Players can 'search' for items Shop - Buy/sell functionality QUICK EXAMPLE: room 1 (create new) 2 (random room) tower (directory) <enter> (default prefix) entrance (room name) FILE STRUCTURE: /lib/wizrooms/<yourname>/<directory>/<room>.py NAMING RULES: - Use prefixes to avoid conflicts - Default: <yourname>_<roomname> - Letters, numbers, underscores only INTERACTIVE FEATURES: - Menu-driven interface - Input validation - Code preview before saving - Auto-directory creation Type wizhelp roomtool2 for room components. Type wizhelp roomtool3 for special features. ========================================================================
> _