You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spell definitions in the app are case sensitive. Most spell listings for monster entries are lower case. all spells are in leading caps. This means that all the work of coding the spells in the XML is not useful in the app because the two do not line up.
The text was updated successfully, but these errors were encountered:
Nevermind, it must be something else. The tutorial says spells are case insensitive. Why do entities not have their spells linked in the Game Master 5 app? The entries are there.
It has to have something to do with the load order in the CoreOnly.xml. If I pull the monsters out, and import them separately, their spells populate, but short of that they do not.
Spell definitions in the app are case sensitive. Most spell listings for monster entries are lower case. all spells are in leading caps. This means that all the work of coding the spells in the XML is not useful in the app because the two do not line up.
The text was updated successfully, but these errors were encountered: