- Joined
- Aug 15, 2010
- Messages
- 53
Hi, I need little help for Multiboard.
I am create a Multiboard Counter, but it does not work correctly.
1. -----------
I did not understand where the problem was.
I'm very happy if you can help me.
(My English is not very good. That's why I use google translate. I am sorry for my mistakes.)
I am create a Multiboard Counter, but it does not work correctly.
1. -----------
-
Init
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
Set BossDK[1] = 1
-
Set BossDK[2] = 30
-
Set BossDK[3] = 0
-
Set BossDK[4] = 0
-
Set Aktivasyon[1] = False
-
-
-
BossBOARD 01
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[1] Less than 0
-
BossDK[2] Less than 0
-
-
Then - Actions
-
Set Aktivasyon[1] = False
-
Set BossDK[1] = 0
-
Set BossDK[2] = 0
-
Multiboard - Set the text for Multiboard item in column 4, row 9 to (PlayerColors[(Player number of Player 10 (Light Blue))] + (Seytani Dev + |r geldi!))
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Aktivasyon[1] Equal to True
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[2] Greater than or equal to 10
-
-
Then - Actions
-
Multiboard - Set the text for Multiboard item in column 4, row 9 to ((String(BossDK[3])) + ((String(BossDK[1])) + ( : + (String(BossDK[2])))))
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[2] Less than 10
-
-
Then - Actions
-
Multiboard - Set the text for Multiboard item in column 4, row 9 to ((String(BossDK[3])) + ((String(BossDK[1])) + ( : + ((String(BossDK[4])) + (String(BossDK[2]))))))
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[2] Greater than or equal to 0
-
-
Then - Actions
-
Set BossDK[2] = (BossDK[2] - 1)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[2] Less than 0
-
-
Then - Actions
-
Set BossDK[2] = 59
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
BossDK[1] Greater than or equal to 0
-
-
Then - Actions
-
Set BossDK[1] = (BossDK[1] - 1)
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-
-
-
I did not understand where the problem was.
I'm very happy if you can help me.
(My English is not very good. That's why I use google translate. I am sorry for my mistakes.)