I want to make a skill called mana blast, that a couple of mage characters can learn
However, since it works in regard to the user's mana, I need help to make
a conditional branch such that it looks like this
If actor 1 uses a skill 47,
do events based on actor 1
else if actor 2 uses a skill 47,
do events based on actor 2
My only problem is that i don't know how to make an event that determines WHO USES WHAT SKILL
if anyone can help, I'd appreciate it
all the events are the same, except that it means I won't have to make a separate skill and CE for each character with a unique skill.
This will actually allow me to make ONE skill, that can be a catalyst for EVERY UNIQUE SKILL
I could just put the unique skills code in the one CE and everyone can use their special skills
without me making a bunch of skills
There are currently 11 special / Unique skills - 7 of them based on the class the player chooses
