I've delved into the art of creating your own packages instead of using only vanilla templates which is what I've done so far. So I tried making a package where an actor shoots magic while walking.
I can't make it work though. At some point the actor just stops and freezes (eyes ignoring the player and hands trembling).
This is how I did the first time I tried:
- Made three Sequence Branches.
- Added to all three of the branches a travel procedure and a usemagic procedure.
This is how I did the second time I tried:
- Made a Sequence Branch with three travel procedures following each other. The last travel procedure has "Success Completes Package" checked.
- Made a Simultaneous Branch with three UseMagic procedures following each other.
I've uploaded two screenshots for you to take a look at to understand better what I've done:
http://postimg.org/image/skth2v8pv/
http://postimg.org/image/knpkm5n7l/
Thanks in advance.