home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Internet / NetRPG ƒ / NetRPG 2.1 / NetRPG 2.1.rsrc / STR#_200.txt < prev    next >
Encoding:
Text File  |  1995-05-09  |  1.7 KB  |  59 lines

  1. ===========================
  2.  
  3. DM Only Commands
  4.  
  5. ===========================
  6.  
  7. DM Commands: ("monster" refers to a full name of a monster, capitalization is ignored)
  8.  
  9. /DO monster phrase -> shows action for a monster
  10.  
  11. /ADD monster init THACO 2d6+2 HP AC phrase -> adds a new monster
  12.  
  13. /DELETE,/DEL monster -> removes a monster
  14.  
  15. /CLEAR,/CL -> removes all monster
  16.  
  17. /DAMAGE,/DAM X thing -> stores X damage to thing (monster or player)
  18.  
  19. /INIT -> starts a new round of initiative rolls
  20.  
  21. /NEXT - (DM or current player) moves to next initiative number
  22.  
  23. /WAIT - (DM or current player) moves current monster or player to the end of the initiatives for this round
  24.  
  25. /END -> ends the initiative round
  26.  
  27. /SAY monster phrase -> speaks from a monster
  28.  
  29. /ATTACK,/A monster target -> attacks from monster to the target (player or monster)
  30.  
  31.    or attacks LastTarget if target is omitted
  32.  
  33. /TARGET, /T target -> set LastTarget for the current initiative monster to target
  34.  
  35. /FUDGE,/F [H M C F] or [DH DL] -> affects next attack by anyone
  36.  
  37.    Abbreviations stand for: [Hit Miss Crit Fumble] OR [DamageHeavy DamageLight]
  38.  
  39.    Both a "hit" modifier and a "damage" modifier may be set
  40.  
  41. /PHRASE,/P monster phrase -> sets a monster's phrase to new phrase
  42.  
  43. /MAP BEGIN -> starts saving everything you type into the MAP variable
  44.  
  45. /MAP END -> stops capture of the MAP data
  46.  
  47. /MAP PUSH -> sends the current map to all player's info windows
  48.  
  49. /EMULATE, /EM name -> all speech typed by the DM will appear to come from "name"
  50.  
  51. /MOVETO, /MVTO thing 54,12 - moves thing's icon to 54,12
  52.  
  53. /MOVE, /MV thing 4444422 - moves thing's icon 5 spaces to the left and then 2 spaces down
  54.  
  55. /ICON [LIST,ADD,DEL,CLEAR]
  56.  
  57.       LIST - prints out active icons   ADD/DEL/CLEAR are same as for monsters
  58.  
  59.