Clean up set command options

This commit is contained in:
kinther 2025-12-29 08:26:12 -08:00
parent d4a7ccea5d
commit e19b481759
2 changed files with 40 additions and 51 deletions

View file

@ -1646,7 +1646,7 @@ Excluding the subfield () returns the value. Adding a subfield adjusts it.
@uField@n - @uvariable returns:@n
cha/con/dex/int - Checks the stat. @RHELP TRIG-STAT@n. Subfield adjusts.
str/stradd/wis() () is a subfield and allows a change to the variable.
str/wis() () is a subfield and allows a change to the variable.
alias - The list of aliases of the mob or the player name.
align() - The actor's alignment @RHELP ALIGN@n. Subfield adjusts.
affect() - Checks the actor for the affect. @RHELP AFFECT@n
@ -8497,7 +8497,6 @@ hunger Imm BOTH MISC
int Imm BOTH NUMBER
invis God PC NUMBER
invstart Imm PC BINARY
killer God PC BINARY
level GrGod BOTH NUMBER
loadroom Imm PC MISC
mana Imm BOTH NUMBER
@ -8523,8 +8522,6 @@ sex God BOTH MISC
showvnums Imm PC BINARY
siteok God PC BINARY
str Imm BOTH NUMBER
stradd Imm BOTH NUMBER
thief God PC BINARY
thirst Imm BOTH MISC
title God PC MISC
variable GrGod PC MISC
@ -10567,7 +10564,7 @@ Trig Usage: %actor.<stat>(<#>)%
%actor.str(18) sets it to 18
Checks the actor's stat. A number in the subfield sets.
Stats include: cha, con, dex, int, str, stradd (only if str is 18).
Stats include: cha, con, dex, int, str, wis.
See also: STATS
#2