- Joined
- Aug 13, 2013
- Messages
- 1,696
Hello,
I have a question and I want to know the differences of this procedure =,= When saving a value to the hashtable.. Why other users doing like this?
Loading without Setting it
I have a question and I want to know the differences of this procedure =,= When saving a value to the hashtable.. Why other users doing like this?
Loading without Setting it
-
Just Example
-
Events
-
Time - Every 0.03 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in KU_Group and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Load 1 of KU_Key from KnockUp_Hashtable) Greater than 0.00
-
-
Then - Actions
-
Else - Actions
-
-
-
-
-
-
Just Example
-
Events
-
Time - Every 0.03 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in KU_Group and do (Actions)
-
Loop - Actions
-
Set KU_Time = (Load 1 of KU_Key from KnockUp_Hashtable)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
KU_Time Greater than 0.00
-
-
Then - Action
-
Else - Actions
-
-
-
-
-
Last edited: