bel
Posty: 322 Dołączył(a): 19.12.2001
|
Napisane: 26 kwi 2004, 15:54 |
..to macie jeszcze maly skrypt do wyceniania bodow w bod book
jak ktos spzredaje duzo bods to wie jakie to upierdliwe wyceniac 500 bodow :<
initevents
set %PRICE 39000
set %menu UOFC
checkforthemenu:
if #CONTKIND = %menu
goto set
goto checkforthemenu
set:
CLICK 597 130
wait 10
msg %PRICE $
checkforthemenu1:
if #CONTKIND = %menu
goto set1
goto checkforthemenu1
set1:
CLICK 597 160
wait 10
msg %PRICE $
checkforthemenu2:
if #CONTKIND = %menu
goto set2
goto checkforthemenu2
set2:
CLICK 597 190
wait 10
msg %PRICE $
checkforthemenu3:
if #CONTKIND = %menu
goto set3
goto checkforthemenu3
set3:
CLICK 597 220
wait 10
msg %PRICE $
checkforthemenu4:
if #CONTKIND = %menu
goto set4
goto checkforthemenu4
set4:
CLICK 597 250
wait 10
msg %PRICE $
checkforthemenu5:
if #CONTKIND = %menu
goto set5
goto checkforthemenu5
set5:
CLICK 597 285
wait 10
msg %PRICE $
checkforthemenu6:
if #CONTKIND = %menu
goto set6
goto checkforthemenu6
set6:
CLICK 597 315
wait 10
msg %PRICE $
checkforthemenu7:
if #CONTKIND = %menu
goto set7
goto checkforthemenu7
set7:
CLICK 597 352
wait 10
msg %PRICE $
checkforthemenu8:
if #CONTKIND = %menu
goto set8
goto checkforthemenu8
set8:
CLICK 597 385
wait 10
msg %PRICE $
checkforthemenu9:
if #CONTKIND = %menu
goto set9
goto checkforthemenu9
set9:
CLICK 597 410
wait 10
msg %PRICE $
wait 20
checkforthemenu0:
if #CONTKIND = %menu
goto set0
goto checkforthemenu0
set0:
click 245 450
|
|