Contingency
Member
I have performed a search in several different methods for language requirements.
I am trying to create a prc called Fiendbinder (From Tome of Magic), I do understand how to add the #skillchecks for both Truespeech and Knowledge planes. However, I have not been able to locate any documentation or in the forums about how to add a requirement for both Infernal and Abyssal language.
How are languages classified? The Dragon Disciple prc has the restriction for requiring the Draconic language, but in the editor, I am unable to locate in the Prereqs the requirement that the language be known.
I have attempted to use
@valid = #haslanguage[lAbyssal]
As per the example given for @valid = #hasfeat[fDodge]
When testing, it returns: Syntax error in 'pre-requisite rule' script for Thing 'cHelpFnd' on line 1 -> Error in right-side expression of assignment. as an error.
Thank you for any help.
I am trying to create a prc called Fiendbinder (From Tome of Magic), I do understand how to add the #skillchecks for both Truespeech and Knowledge planes. However, I have not been able to locate any documentation or in the forums about how to add a requirement for both Infernal and Abyssal language.
How are languages classified? The Dragon Disciple prc has the restriction for requiring the Draconic language, but in the editor, I am unable to locate in the Prereqs the requirement that the language be known.
I have attempted to use
@valid = #haslanguage[lAbyssal]
As per the example given for @valid = #hasfeat[fDodge]
When testing, it returns: Syntax error in 'pre-requisite rule' script for Thing 'cHelpFnd' on line 1 -> Error in right-side expression of assignment. as an error.
Thank you for any help.