- Joined
- Feb 18, 2014
- Messages
- 3,623
I been trying to find a way to correct this bug caused when saving a hero exp cap and reload it in sub-maps (Using a Transition System). However, the Hero is still getting exp after the map is loaded? Let me explain :
Now when I save the booleen like this ;
Can someone help me with this? Thanks!
-
Experience Cap Thealen
-
Events
-
Unit - A unit owned by Player 1 (Red) Gain a level
-
-
Conditions
-
(Leveling Hero) Equal to Hero[1]
-
(Hero level of (Leveling Hero)) Superior or Equal to 8
-
-
Actions
-
Hero - Disable experience gain for Hero[1]
-
Set ExpDisabledForThealen = TRUE
-
-
Now when I save the booleen like this ;
-
Game Cache - Store ExpDisabledForThealen as ExpDisabledForThealen of TransitionKey in (Last created game cache)
-
Set ExpDisabledForThealen = (Load ExpDisabledForThealen of TransitionKey from (Last created game cache))
Can someone help me with this? Thanks!