From: Rick Bird Date: Fri, 25 Mar 2011 21:21:00 +0000 (-0400) Subject: PennMUSH Incorp 182p4 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=e3aa42db75512ed0fee1543ea3cae98de95721e7;p=cobramush.git PennMUSH Incorp 182p4 * Helpfile changes --- diff --git a/game/txt/hlp/cobra_cmd.hlp b/game/txt/hlp/cobra_cmd.hlp index 9d27074..e48e69b 100644 --- a/game/txt/hlp/cobra_cmd.hlp +++ b/game/txt/hlp/cobra_cmd.hlp @@ -146,7 +146,8 @@ See also: @clone, @create, ACTION LISTS room of the location, as well as objects in the master room, are also checked for an @aconnect. If one is found, it will be executed when a player connects in that location or zone (or, in the case of - the master room, anywhere). + the master room, anywhere). This is only done if the room_connects + config option is enabled. See also: @adisconnect, ACTION LISTS @@ -183,7 +184,8 @@ See also: @describe, @aidescribe, look, SUBSTITUTION, ACTION LISTS room of the location, as well as objects in the master room, are checked for an @adisconnect. If one is found, it will be executed when a player disconnects in that location or zone (or, in the case of - the master room, anywhere). + the master room, anywhere). This is only done if the room_connects + config option is enabled. See also: @aconnect, ACTION LISTS & @adrop @@ -3514,6 +3516,9 @@ See also: UNFINDABLE, loc() exceptions as given above. If is given, it gets rid of all attributes which match that pattern. Note that the restrictions above still apply. + + When wiping an attribute that is the root of an attribute tree, all + attributes in that tree will also be removed. & @wizwall @wizwall[/emit] @@ -4128,4 +4133,4 @@ See also: @doing, @poll, DOING In addition, the following commands can only be used at the login screen: - cd ch connect create \ No newline at end of file + cd ch connect create diff --git a/game/txt/hlp/cobra_flag.hlp b/game/txt/hlp/cobra_flag.hlp index 3ea1042..9d21e42 100644 --- a/game/txt/hlp/cobra_flag.hlp +++ b/game/txt/hlp/cobra_flag.hlp @@ -401,6 +401,12 @@ See also: DARK When set on a thing or room, this flag activates the ^ listen patterns on the object. Objects which have ^ listen patterns but are not set MONITOR do not check those patterns. + + When using the LISTEN Attribute Tree, you must set the Root Attribute + !NO_COMMAND. By default this Attribute/Attribute Root has been set + NO_COMMAND by the system. Attributes which are set HALT or NO_COMMAND + will not be evaluated for purposes of the ^ listen patterns + & MORTAL The MORTAL flag is no longer available in PennMUSH. Please see help changes for more information. diff --git a/game/txt/hlp/cobra_func.hlp b/game/txt/hlp/cobra_func.hlp index 7e03d5b..6b2e514 100644 --- a/game/txt/hlp/cobra_func.hlp +++ b/game/txt/hlp/cobra_func.hlp @@ -372,8 +372,8 @@ See also: before(), rest() & ALIGN2 Examples: - > &line me=align(<5 10 20,\([left(xget(%0,sex),1)]\),name(%0),name(%L)) - > th iter(lwho(),u(line,##)) + > &line me=align(<5 10 20,\([left(xget(%0,sex),1)]\),name(%0),name(loc(%0))) + > th iter(lwho(),u(line,##),%b,%r) (M) Walker Tree (F) Jane Doe Nowhere