PennMUSH Community
Show
Ignore:
Timestamp:
10/05/07 15:36:32 (1 year ago)
Author:
shawnw
Message:

Merge with devel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/game/txt/hlp/penncmd.hlp

    r1084 r1117  
    457457 
    458458  Examples: 
    459   > @va obj=$testme *:@pemit %#=Before break;@break %0;@pemit %#=After break 
     459  > @va obj=$testme *:@pemit %#=You try a test; 
     460                      @break [lt(%0,10)] = @pemit %#=But you're too low!; 
     461              @pemit %#=And you succeed! 
    460462  > testme 0 
    461   Before break 
    462   After break 
    463   > testme 1 
    464   Before break 
     463  You try a test 
     464  But you're too low! 
     465  > testme 10 
     466  You try a test 
     467  And you succeed! 
    465468 
    466469  > @force me={@switch 1=1, think Third; think First; @break 1; think Second} 
     
    22142217  Object says, "2" 
    22152218  Object says, "1" 
     2219& @message 
     2220  @message[/switch] <player list>=<message>,<attribute>[,<arg1>,...] 
     2221 
     2222  @message is designed for the use of *format messages, such as 
     2223  @pageformat or @chatformat. 
     2224 
     2225  It sends <message> to each player given in <player list> unless they 
     2226  have <attribute> set.  If the executor can u() the player's attribute, 
     2227  then instead of <message>, they will see the output that is identical 
     2228  to: 
     2229 
     2230      u(<player>/<attribute>,<arg1>,...) 
     2231 
     2232  It is intended for use with @hooking page, @chat, or say/pose/emit. 
     2233 
     2234  Switches: NOEVAL and SPOOF. If the executor is either wizard or has 
     2235  the NsPemit power, then SPOOF will make the message appear to be 
     2236  from the enactor. 
     2237 
     2238See also: message(), @chatformat, @pageformat 
    22162239& @motd 
    22172240  @motd [/<switch>] [<message>].   
     
    26122635  %2 will be set to the alias of the pager, if any. 
    26132636  %3 will be a space-separated list of recipient dbrefs. 
     2637  %4 will be set to the default message. 
    26142638 
    26152639  To obtain 'page_aliases' behavior: