help link() now mentions its third optional argument to act like @link/preserve
authornveid <nveid@cobramush.org>
Thu, 5 Apr 2007 04:10:48 +0000 (04:10 +0000)
committerAri Johnson <ari@theari.com>
Thu, 24 Mar 2011 15:58:45 +0000 (15:58 +0000)
(cherry picked from commit d5a9782a549574ed04911d6dad2727fe7b5abc7d)

game/txt/changes/0.73
game/txt/hlp/cobra_func.hlp

index db1ff7a7a66f79551939beff36649655585205d8..aaa28f7f7b694d0eb0e6998bda8da5994771eb1d 100644 (file)
@@ -10,6 +10,7 @@ CobraMUSH Version 0.73
      the follower. [RLB]
  Helpfiles:
    * help @poll clarified. [RLB]
+   * help link() now mentions its ability to act like @link/preserve [RLB]
  Commands:
    * @chown now allows players to do remote chowns as long
      as they have the Chown power over the object. [RLB]
index 2fcf9a4e3a4b84c4d02246d84eb19721ec42c8fa..46840cd29ab58f7db49312fcd565043ad1d9b21e 100644 (file)
@@ -1945,13 +1945,18 @@ Continued in HELP ITER2
     01234567"
  
 & LINK()
-  link(<name>, <destination>)
+  link(<name>, <destination> [, <preserve>])
  
   This function links object <name> to <destination>. While normally
   used on exits, it has all of the other capabilities of @link as well.
   It returns nothing.
 
+  An optional boolean supplied third argument may given indicating 
+  behavior similar to @link/preserve.
+
   This is a side-effect function and may not be enabled on some MUSHes.
+
+  See Also: @link
 & LIST()
   list(<option>)