Liat betapa panjangnya.....
>_<
jalan si
pake yang dibold aja
Code:
Highest
Events
Map initialization
Conditions
Actions
-------- Debugging Setup --------
Set tempString = <Empty String>
Set tempInteger = 0
Set tempInteger2 = 0
Set tempInteger3 = 0
Set tempInteger4 = 0
Set SomeNumber[1] = 0
Set SomeNumber[2] = 0
Set SomeNumber[3] = 3
Set SomeNumber[4] = 3
Set SomeNumber[5] = 5
Set SomeNumber[6] = 5
Set SomeNumber[7] = 4
-------- Below is the trigger --------
For each (Integer A) from 1 to 7, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
SomeNumber[(Integer A)] Greater than tempInteger
Then - Actions
Set tempInteger2 = SomeNumber[(Integer A)]
Set tempInteger = (Integer A)
Else - Actions
Custom script: call BJDebugMsg (I2S(udg_tempInteger2))
For each (Integer A) from 1 to 7, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
SomeNumber[(Integer A)] Equal to tempInteger2
Then - Actions
Set tempInteger3 = (tempInteger3 + 1)
Else - Actions
Custom script: call BJDebugMsg (I2S(udg_tempInteger3))
For each (Integer A) from 1 to 7, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
SomeNumber[(Integer A)] Equal to tempInteger2
Then - Actions
Set tempInteger4 = (tempInteger4 + 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
tempInteger4 Equal to 1
Then - Actions
Set tempString = (Name of (Player((Integer A))))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
tempInteger3 Equal to 2
tempInteger4 Equal to 2
Then - Actions
Set tempString = (tempString + ( and + (Name of (Player((Integer A))))))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
tempInteger3 Greater than 2
tempInteger4 Less than tempInteger3
tempInteger4 Not Equal To 1
Then - Actions
Set tempString = (tempString + (, + (Name of (Player((Integer A))))))
Else - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
tempInteger3 Greater than 2
tempInteger4 Equal to tempInteger3
Then - Actions
Set tempString = (tempString + (, and + (Name of (Player((Integer A))))))
Else - Actions
Else - Actions
Custom script: call BJDebugMsg (udg_tempString)
tempString = Player-player yang terbesar
SomeNumber[] diganti jadi PlayerKills[]
Sisa Variablenya yah... bikin tuh wkakhakwhkahkw
Sampe pake 4 tempInteger
saking bingungnya gw >_<
lagi pusing berat gw
Share This Thread