mud/lib/doc/lfun/all/SetSkills
2020-09-06 05:43:07 -07:00

27 lines
480 B
Plaintext

SETSKILLS
NAME
SetSkills()
SYNOPSIS
mapping SetSkills(mapping mp)
DESCRIPTION
For LIB_SPELL this sets the required skills to be able to cast a spell, and the required level for each skill. For LIB_POTION and LIB_BONUS, this sets the skills altered by drinking the potion.
EXAMPLES
SetSkills( ([ "cleverness" : 1 ]) )
LOCATION
/lib/bonus
/lib/potion
/lib/spell
SEE ALSO
GetSkills, SetStats, GetStats
Author
Cratylus