Hello! I'm working on a ORPG and using Control Magic as a base for a Tame Beast spell. I only wanted certain units to be tameable, so I had the idea of using Control Magic and making the units I want tameable considered as Summoned units through triggers.
I'm having trouble with that trigger, it seems really simple, but for some reason, it's not working for me. Here's one I thought was pretty straight forward, but didn't work.
Thank you, any help is appreciated!
I'm having trouble with that trigger, it seems really simple, but for some reason, it's not working for me. Here's one I thought was pretty straight forward, but didn't work.
-
Tameble Beasts
-
Events
- Unit - A unit enters (Playable map area)
-
Conditions
- (Unit-type of (Entering unit)) Equal to Wolf
-
Actions
- Unit - Add classification of Summoned to (Entering unit)
-
Events
Thank you, any help is appreciated!