I have the two spells already on the hero but the trigger isn't working
the varible Stamina is also set already.
Code:
Health and Mana
Events
Time - Every 2.00 seconds of game time
Conditions
Actions
For each (Integer A) from 1 to 10, do (Actions)
Loop - Actions
Unit - Set Level of PC HP for PlayersCharacter[(Integer A)] to Stamina[(Integer A)]
Unit - Set Level of PC Mana for PlayersCharacter[(Integer A)] to (Intelligence of PlayersCharacter[(Integer A)] (Include bonuses))
the varible Stamina is also set already.