CWL Example: Custom Ability
This is a very simple example mod of how to make a new custom ability ActLionDance with Custom Whatever Loader
it derives from AI_Dance act, and will play doodle dance music on use.
The ability will be added to player on load if they don’t have it yet.
The C# DLL source code is placed in /src directory.
**Important** To compile it, you need to set environment variable ElinGamePath to the path of your Elin game install folder.
The source sheet is placed in each language folder in /LangMod folder.
The sound file is placed in /Sound folder.
For more detailed information, see also:
– source[github.com]
– How to Import Custom Ability/Spell[elin-modding-resources.github.io]
– How to Setup Basic Script Mod[elin-modding-resources.github.io]
– Elin Modding Wiki[elin-modding-resources.github.io]
– Elona Discord[discord.com]