reset_commands.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <html>
  2. <head>
  3. <link href="../tutorial.css" rel="stylesheet" type="text/css">
  4. </head>
  5. <body>
  6. <div class="header">
  7. The NakedMud Tutorial :: Reset Commands
  8. </div>
  9. <!-- content starts here -->
  10. <div class="content-wrap"><div class="content-body-wrap"><div class="content">
  11. <div class="head">Reset Commands</div>
  12. <div class="info">
  13. The game world is populated through zone resets. Rooms can have reset commands
  14. attached to them that execute when zones are reset. To edit a room's reset
  15. commands, enter the room editor and then go to the room reset submenu:
  16. <pre class="mud">
  17. [guild_row02@moonhaven]
  18. Current resets:
  19. E) edit entry
  20. N) new entry
  21. D) delete entry
  22. Enter choice, ? [topic] for help, or Q to quit: <font class="cmd">n</font>
  23. 1) Type: load object
  24. 2) Times: 1
  25. 3) Chance: 100
  26. 4) Max: 0
  27. 5) Room Max: 0
  28. 6) Argument:
  29. 7) Load on menu
  30. 8) Load in menu
  31. 9) Success menu
  32. ---------------------------------------------------------
  33. load NOTHING with 100% chance 1 time (max 0, rm. 0)
  34. Enter choice, ? [topic] for help, or Q to quit:
  35. </pre>
  36. </div>
  37. <div class="head">Max, Room Max</div>
  38. <div class="info">
  39. Loading an object and mobile can be optionally limited to a certain number of
  40. the thing already existing in the game or in the room.
  41. </div>
  42. <!-- content ends here-->
  43. </div></div></div>
  44. <!-- navigation starts here -->
  45. <div class="nav-wrap"><div class="nav">
  46. <iframe src="nav.html" height="100%" width="100%" scrolling=no frameborder=0>
  47. </iframe>
  48. <!-- navigation ends here -->
  49. </div></div>
  50. <!--div class="footer">Edit Date: Nov 15, 2008. By Geoff Hollis</div-->
  51. </body>
  52. </html>