Heya folks!
I'm working on a Project right now and couldn't find any plugins or code snippets for my needs.
What do I need is the ability to use a certain skill when actor use "item".
Something like
Item Note:
<SkillOnUse>
"skillX"
</SkillOnUse>
It should be able to use healing skills like "Scroll of Spirit"-> cast "HealSpell" on [General Settings] also.
because I can't add Skills(on use) on to the Effects Trait.
There is only "learn skill".
For example (only in battles):
Actors turn begin
*Actor1
-menu Item
-select item "Scroll of Fire"
-select enemy
-confirm
*Actor1 turn ends
*Actor2 turn begin
...
After all actors have selected their turn action the action phase start
"Actor1 use "Scroll of Fire" on "Enemy1"
"Enemy1 took xxx damage!"
*Next actor
I hope that's not an big request.
I'm also started on "learning" .js, because I do need more plugin which I can't find
