Changeset 1117 for 1.8.3/trunk/game/txt/hlp/penncmd.hlp
- Timestamp:
- 10/05/07 15:36:32 (1 year ago)
- Files:
-
- 1.8.3/trunk/game/txt/hlp/penncmd.hlp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/game/txt/hlp/penncmd.hlp
r1084 r1117 457 457 458 458 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! 460 462 > 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! 465 468 466 469 > @force me={@switch 1=1, think Third; think First; @break 1; think Second} … … 2214 2217 Object says, "2" 2215 2218 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 2238 See also: message(), @chatformat, @pageformat 2216 2239 & @motd 2217 2240 @motd [/<switch>] [<message>]. … … 2612 2635 %2 will be set to the alias of the pager, if any. 2613 2636 %3 will be a space-separated list of recipient dbrefs. 2637 %4 will be set to the default message. 2614 2638 2615 2639 To obtain 'page_aliases' behavior:
