I've encountered a problem, I copied the High Templar ability Psionic Storm.
In order to get the actor to play (the actor as the electrical tornado itself) I need to set it up in the actor evets.
NOW, it has this event going on in there:
Behavior.PsiStorm.Start (Msg Type: Behavior, Source Name: High Templar - Psi Storm, Sub Name:(Any) )
Now, when I copy it, I want it to look like:
Behavior.MYABILITYNAME.Start
BUT -> I can't get the Start, in the Sub Name zone, because there is no Start function in there, also in the Templar event, it listed as (Any).
How can I fix it?
Thanks!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I've encountered a problem, I copied the High Templar ability Psionic Storm. In order to get the actor to play (the actor as the electrical tornado itself) I need to set it up in the actor evets. NOW, it has this event going on in there: Behavior.PsiStorm.Start (Msg Type: Behavior, Source Name: High Templar - Psi Storm, Sub Name: (Any) )
Now, when I copy it, I want it to look like: Behavior.MYABILITYNAME.Start BUT -> I can't get the Start, in the Sub Name zone, because there is no Start function in there, also in the Templar event, it listed as (Any). How can I fix it? Thanks!