From: Rick L Bird Date: Sun, 10 Apr 2011 19:42:32 +0000 (-0400) Subject: Removed duplicate help entries X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=b37ae894abfd42bb3e6a1baad501945c20a8d8c0;p=cobramush.git Removed duplicate help entries --- diff --git a/game/txt/connect.txt b/game/txt/connect.txt deleted file mode 100644 index eb0e0ad..0000000 --- a/game/txt/connect.txt +++ /dev/null @@ -1,12 +0,0 @@ - - - ------------------------ CobraMUSH-v0.80 ------------------------------------- -Use create to create a character. -Use connect to connect to your existing character. -Use 'ch ' to connect hidden, and cd to connect DARK (admin) -Use QUIT to logout. -Use the WHO command to find out who is online currently. ------------------------------------------------------------------------------ -Yell at your local god to personalize this file! - diff --git a/game/txt/hlp/cobra_func.hlp b/game/txt/hlp/cobra_func.hlp index 549922d..823677e 100644 --- a/game/txt/hlp/cobra_func.hlp +++ b/game/txt/hlp/cobra_func.hlp @@ -510,16 +510,7 @@ See also: BOOLEAN VALUES, or(), xor(), not() Returns the absolute possessive pronoun - his/hers/its/theirs - for an object. -& APPLY() - apply([/], [, ]) - - Apply the given function, which may be a #lambda function, to the list - of arguments, the elements of which are separated by a space or by the - given one-character delimiter. - apply(function,1 2 3) is equivalent to ufun(function,1,2,3) - - See also: ufun() & ART() art() @@ -2779,22 +2770,6 @@ See also: and(), or(), nor(), xor() Returns the dbref number of the object, which must be in the same room as the object executing num. -& NMWHO() -& NWHO() - nwho() - nmwho() - - This returns a count of all currently-connected players. When - mortals use this function, hidden players are NOT counted. - - nmwho() returns a count of all currently connected, non-hidden players. - It's exactly the same as nwho() used by a mortal, and is suitable for use - on privileged global objects that always need an unprivileged count of - who is online. - - These functions are equivilent to words(lwho()) and words(mwho()), - but are more efficient, and don't suffer from buffer constraints. -======= & NVCON() & NCON() ncon() @@ -2966,18 +2941,14 @@ See also: BOOLEAN VALUES, and() In this case, you must control the object. & PEMIT() & NSPEMIT() -& PROMPT() -& NSPROMPT() pemit(, ) nspemit(, ) - prompt(, ) - nsprompt(, ) pemit() will send each object on the list a message, as per the @pemit/list command. It returns nothing. It respects page-locks and HAVEN flags on players. - nspemit() is a wizard-only variation that works like @nspemit/list. + nspemit() is a director-only variation that works like @nspemit/list. prompt() adds a telnet GOAHEAD to the end of the message, as per the @prompt command. nsprompt() is a wizard-only variation that @@ -3047,20 +3018,6 @@ See also: @poll, doing(), @doing poss() Returns the possessive pronoun - his/her/its - for an object. -& POWER() - power(, ) - - Returns to the power of . - -See also: root() -& POWERS() - powers() - powers(, ) - - The first form returns a space-separate list of powers possessed by - the object. If the object does not exist, #-1 will be returned. - - The second form attempts to set on , as per @power. & QUOTA() quota() @@ -4968,53 +4925,7 @@ See also: nplayers(), lplayers(), lvplayers() lvthings() See also: nthings(), lthings(), lvthings() -& XWHO() -& XWHOID() -& XMWHO() -& XMWHOID() - xwho(, ) - xmwho(, ) - xwhoid(, ) - xmwhoid(, ) - - xwho() fetches or fewer player dbrefs from the list of connected - players. It is useful when the number of players connected causes lwho() - or pemits in +who $-commands to exceed buffer limits. - - It is equivalent to extract(lwho(),,). - - xmwho() is identical, except it is limited to non-DARK and non-HIDE - players. - - xwhoid() and xmwhoid() return objids instead of dbrefs. - -See also: lwho(), mwho(), nwho() - -& ZMWHO() - zmwho() - - This returns a list of the dbref numbers for all current-connected, - non-hidden players within a location belonging to the specified zone. - It's exactly the same as zwho() used by a mortal, and is suitable for - use on privileged global objects who need an unprivileged zwho-list. - The viewer must either have see_all privileges or pass the zone - lock of the zone to use the function. - -See also: zwho() - -& ZWHO() - zwho([, ]) - - This returns a list of the dbref numbers for all currently-connected - players within a location belonging to the specified zone. When mortals - use this function, the dbref numbers of DARK wizards or hidden royalty - do NOT appear on the dbref list. The viewer must either have see_all - privileges or pass the zone lock of the zone to use the function. - - If is given by a privileged user, zwho() returns a dbref list - using 's privileges. - See also: and(), or(), not(), nor() & XWHO() xwho(, ) xmwho(, )