mud/lib/doc/sefun/alignment_string
2020-09-06 05:43:07 -07:00

33 lines
751 B
Plaintext

ALIGNMENT_STRING(1) ALIGNMENT_STRING(1)
NAME
alignment_string() - returns a string describing a
living's alignment
SYNOPSIS
string alignment_string(object|int val)
DESCRIPTION
The function can be passed either a living object or an
integer representing an alignment value. The return value
is a string which describes the alignment of the object or
the alignment value passed.
EXAMPLES
o alignment_string(0) returns "neutral"
o alignment_string(this_player()) returns "evil"
LOCATION
/secure/sefun/alignment.c
SEE ALSO
alignment_ok()
Author
Descartes of Borg
1