Ok look, every player has to have a location follow them when you start my RPG. you start pretty basic, bring unit to which "Hero" you want. As soon as they pick their "Hero" they get sent to the location that should trail them for the rest of the RPG. say for player 1 the location is called "Player 1 Start-Trail". when player 1 picks the "Hero" they want, it creates it at the location "Player 1 Start-Trail".
I've looked in the tutorials but for some reason it doesnt work. The trigger is set for player 1, so it follows him.
What am I doing wrong?
Trigger
Description:
Trail the unit
Conditions:
¤ Current player brings exactly 0 any unit to battle area
Actions:
¤ Center location labeled "Trail" on hero owned by current player
¤ Preserve trigger
Trigger
Description:
Start a fight
Conditions:
¤ Current player brings exactly 1 hero to "trail"
¤ Enemy brings at least 1 any unit to "trail"
Actions:
¤ Move all hero owned by current player at "trail" to "battle area"
¤ Move all any unit owned by enemy at "trail" to "battle area"
¤ Preserve trigger
Trigger
Description:
Fight's over
Conditions:
¤ Current player brings exactly 1 hero to "battle area"
¤ Whatever conditions for victory
Actions:
¤ Move all hero owned by current player at "battle area" to "trail"
¤ Preserve trigger
I have folloed this tutorial perfectly but it still doesnt work, i even added a Hyper Trigger...
