- Joined
- May 20, 2009
- Messages
- 822
#1: Is there some kind of pip system around? The idea looks something like this:
The green dots filling up the empty/transparent dots. Should be able to manually control when the pips are changed, something like

The green dots filling up the empty/transparent dots. Should be able to manually control when the pips are changed, something like
-
... stuff ...
-
Unit Group - Pick every unit in (PipUnits) and do (Actions)
-
Loop - Actions
-
If Triggering Unit is equal to (Picked Unit) Then
-
Set Pip[int] = Pip[int] + 1
-
Actions
-
-
-
-
... stuff ...
-
Set RandomChance = Random number between 1 and 100.
-
Set Chance = 70
-
For each (Integer Int[0]) from 1 to Chance, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Int[0] = RandomChance Then
-
-
Then - Actions
-
Actions
-
-
Else - Actions
-
Chance failed stuff...
-
-
-
-
-