FutureProg functions

hasform

Characters · computer function, computer program, standard futureprog

Boolean hasform(Character character, Number form)
Contexts: computer function, computer program, standard futureprog
Returns true if the character owns a form with the specified alias or body id.
character: The character whose forms you want to inspect
form: The form alias or body id

Boolean hasform(Character character, Text form)
Contexts: computer function, computer program, standard futureprog
Returns true if the character owns a form with the specified alias or body id.
character: The character whose forms you want to inspect
form: The form alias or body id

← Back to FutureProg functions