Set command: Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
The <tt>SET</tt> command toggles various game options. Much of the functionality of this command has been replaced by the new {{com|flags}} command.
This [[page type is::command]] allows the setting of game features.


==Syntax and Use==
==Menu and Syntax==


<pre>To set flags, type 'set' then the name of the flag.
>set

To set flags, type 'set' then the name of the flag.
To clear flags, type 'set' "!" then the name of the flag.
To clear flags, type 'set' "!" then the name of the flag.
(example set !RoomNames)
(example set !RoomNames)
Line 12: Line 10:
Current flag settings are:
Current flag settings are:
LogOn (receive messages when someone logs on)
LogOn (receive messages when someone logs on)
!LogOff (receive messages when someone logs off)
LogOff (receive messages when someone logs off)
!Disconnect (receive messages when someone disconnects)
Disconnect (receive messages when someone disconnects)
Death (receive messages when someone dies)
Death (receive messages when someone dies)
RoomNames (displays the name of the room you are in)
RoomNames (displays the name of the room you are in)
Description (determines if room descriptions are displayed or not)
Description (determines if room descriptions are displayed or not)
!RoomBrief (will shorten the output of the room description)
RoomBrief (will shorten the output of the room description)
!BattleBrief (shortens messages during battle)
BattleBrief (shortens messages during battle)
CombatBrief (leaves your battle messages full while shortening others)
CombatBrief (leaves your battle messages full while shortening others)
MonsterBold (highlights monster names, requires ANSI emulation)
MonsterBold (highlights monster names, requires ANSI emulation)
!StatusPrompt (displays status information in front of the prompt)
StatusPrompt (displays status information in front of the prompt)
!DesignerNotes (determines inclusion in this game's mailing lists)
DesignerNotes (determines inclusion in this game's mailing lists)
!Profession (toggles display of your profession)
Profession (toggles display of your profession)
Inactivity (increases time before system logs you off when inactive)
Inactivity (increases time before system logs you off when inactive)</pre>

{{RefAl|a=y}}
* {{com|flags}} command
* {{com|toggle}} command
{{Cat|Commands}}
{{Cat|Commands}}

Latest revision as of 22:31, 15 February 2021

The SET command toggles various game options. Much of the functionality of this command has been replaced by the new FLAGS command.

Menu and Syntax

To set flags, type 'set' then the name of the flag.
To clear flags, type 'set' "!" then the name of the flag.
   (example   set !RoomNames)
Flag names may be abbreviated.

Current flag settings are:
  LogOn         (receive messages when someone logs on)
  LogOff        (receive messages when someone logs off)
  Disconnect    (receive messages when someone disconnects)
  Death         (receive messages when someone dies)
  RoomNames     (displays the name of the room you are in)
  Description   (determines if room descriptions are displayed or not)
  RoomBrief     (will shorten the output of the room description)
  BattleBrief   (shortens messages during battle)
  CombatBrief   (leaves your battle messages full while shortening others)
  MonsterBold   (highlights monster names, requires ANSI emulation)
  StatusPrompt  (displays status information in front of the prompt)
  DesignerNotes (determines inclusion in this game's mailing lists)
  Profession    (toggles display of your profession)
  Inactivity    (increases time before system logs you off when inactive)


Related Forum Posts

Click here to search for related posts.

Additional Information