- dialog scores {
- title "Match Scores by RetarD"
- size -1 -1 87 44
- option dbu
- tab "Winning", 1, 0 0 379 118
- edit "team name", 2, 2 25 62 10, tab 1
- edit "score", 3, 66 25 21 10, tab 1 limit 2
- tab "Loosing", 4
- edit "team name", 5, 2 25 62 10, tab 4
- edit "score", 6, 66 25 21 10, tab 4 limit 2
- tab "Map", 7
- edit "Map name", 8, 20 16 50 10, tab 7
- button "OK", 9, 31 34 24 8, tab 7 flat
- }
- on *:dialog:scores:sclick:9: {
- set %wteam $did(2)
- set %wscore $did(3)
- set %lteam $did(5)
- set %lscore $did(6)
- set %mmap $did(8)
- dialog -x scores scores
- msg #pcleague 0,1[4»14»3 %wteam 0beat4 %lteam14 $+ %wscore $+ - $+ %lscore 0in7 %mmap 14«4«0]
- }
-
- alias matchscores {
- dialog -m scores scores
- }
-
- menu channel {
- -
- MatchScore:/matchscores
- }
dialog scores {
title "Match Scores by RetarD"
size -1 -1 87 44
option dbu
tab "Winning", 1, 0 0 379 118
edit "team name", 2, 2 25 62 10, tab 1
edit "score", 3, 66 25 21 10, tab 1 limit 2
tab "Loosing", 4
edit "team name", 5, 2 25 62 10, tab 4
edit "score", 6, 66 25 21 10, tab 4 limit 2
tab "Map", 7
edit "Map name", 8, 20 16 50 10, tab 7
button "OK", 9, 31 34 24 8, tab 7 flat
}
on *:dialog:scores:sclick:9: {
set %wteam $did(2)
set %wscore $did(3)
set %lteam $did(5)
set %lscore $did(6)
set %mmap $did(8)
dialog -x scores scores
msg #pcleague 0,1[4»14»3 %wteam 0beat4 %lteam14 $+ %wscore $+ - $+ %lscore 0in7 %mmap 14«4«0]
}
alias matchscores {
dialog -m scores scores
}
menu channel {
-
MatchScore:/matchscores
}