Basic Troubleshooting

From The Muse
Revision as of 00:47, 18 July 2026 by Cancermantis (talk | contribs) (Created page with "== Troubleshooting Code/Content Additions == This is a checklist of common mistakes that may be causing your mod to work incorrectly. It's not a comprehensive guide on all the things that can go wrong, but it's a good place to start if you're stuck. * '''Missing Script:''' If the addition is a custom action or buff that requires a custom script to implement, make sure you've assigned that script to the resource for that action or buff. Besides not executing your custom...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Troubleshooting Code/Content Additions

This is a checklist of common mistakes that may be causing your mod to work incorrectly. It's not a comprehensive guide on all the things that can go wrong, but it's a good place to start if you're stuck.

  • Missing Script: If the addition is a custom action or buff that requires a custom script to implement, make sure you've assigned that script to the resource for that action or buff. Besides not executing your custom code, certain settings can create even more erratic behavior on default resources for custom scripts. For example, the root "Buff" resource with "trigger on" events set will simply remove themselves when those events trigger.