Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var SpellID as String
var HaveSpell as number
SpellID = "spConsecr2"
Call SpellChk
@valid = HaveSpell
I am building a feat that requires race: Aasimar and able to prepare or cast Concecrate.
I figured out the first part: #hasrace[rAasimar] <> 0
I can't figure out how to verify the Hero has ability to cast Concecrate.
Thanks in advance for any help.
Why can't you use the HaveSpell procedure that is the in the Pack?Apologies for the thread necro -- has there been any implementation of a mechanism that will be able to check to see if a specific spell is known?
Why can't you use the HaveSpell procedure that is the in the Pack?