- Joined
- Aug 7, 2009
- Messages
- 380
Lohhe. Well, this is the second time i "New Thread" for the same problem "multiboard". You know,...


I spent 10 minutes to write it. Hopefully my time does not waste
-
Kill Update
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Owner of (Killing unit)) controller) Equal to User
-
((Dying unit) belongs to an ally of ((Owner of (Killing unit)) Equal to False
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Kill2[(Player number of (Owner of (Killing unit)))] Equal to 40
-
-
Then - Actions
-
Set Kill2[(Player number of (Owner of (Killing unit)))] = 0
-
-
Else - Actions
-
Set Kill[(Player number of (Owner of (Killing unit)))] = Kill[(Player number of (Owner of (Killing unit)))] + 1)
-
Set Kill2[(Player number of (Owner of (Killing unit)))] = Kill2[(Player number of (Owner of (Killing unit)))] +1)
-
Multiboard - Set the text for MyMultiboard item in column 3, row ((Player number of (Owner of (Killing unit))) +1) to (String(Kill[Player number of (Owner of (Killing unit)))]))
-
-
-


I spent 10 minutes to write it. Hopefully my time does not waste
