File: set.help

package info (click to toggle)
aime 0.60.3-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,016 kB
  • ctags: 5,217
  • sloc: cpp: 77,611; ansic: 3,765; sh: 2,996; makefile: 234; sed: 93
file content (38 lines) | stat: -rw-r--r-- 1,270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38

&+B-----------------------------------------------------------------&*
^^
set <attribute> <player> [<value>]     (game port usage)
set <attribute> <value>                (administrator usage)
set <attribute> [value]                (builder usage)
^
&+B-----------------------------------------------------------------&*

^^
Sets a particular attribute to a particular value.  Currently, the attributes
that a player can set are:

Description - the player's description
Strength - the player's strength
Dexterity - the player's dexterity
Intelligence - the player's intelligence
Constitution - How hardy the player is
Magic - how much magic the player has left
MaxMagic - the max magic the player will regenerate to
Endurance - how much endurance the player has left
MaxEndur - the max endurance the player will regenerate to
Ability - the abilities this player has
Chatline - the chatline the player has available to use

Administrator attributes that can be set are:

Time - the current time of day for the game
DefStart - the default start location for incoming players

Builder attributes which can be set are determined by the currently
loaded object.
 
You can view those attributes with the Describe command on the builder port
along with the current values.

^