root/branches/grand/script/script.bas
| Revision 5, 88 bytes (checked in by vitalyb, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | sleep 1000 |
| 2 | for s=1 to 3 |
| 3 | shot |
| 4 | for n=1 to 5 |
| 5 | click "left" |
| 6 | next n |
| 7 | next s |
| 8 | shot |
| 9 | end |
Note: See TracBrowser for help on using the browser.