I'm making an RPG and I made a custom stat system for it, I'm trying to figure out why with this trigger it adds +1 to all stats (Sometimes only adds to Agility), not just the stat I want. Please help!
-
Increase Stats
-
Events
-
Unit - Stat Manager 0022 <gen> Begins casting an ability
-
-
Conditions
-
Actions
-
Unit - Set mana of Stat Manager 0022 <gen> to ((Mana of Stat Manager 0022 <gen>) - 1.00)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to Increase Agility
-
-
Then - Actions
-
Set Agility = (Agility + 1)
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to Increase Speed
-
-
Then - Actions
-
Set Speed = (Speed + 1)
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to Increase Intelligence
-
-
Then - Actions
-
Set Intelligence = (Intelligence + 1)
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ability being cast) Equal to Increase Strength
-
-
Then - Actions
-
Set Strength = (Strength + 1)
-
-
Else - Actions
-
-
-
Last edited: