1 | image_speed = 0; |
2 | image_index = 0; |
3 | randomvar = irandom(10); |
4 | if (randomvar == 7) |
5 | image_index = choose(1, 2, 3); |
6 | randomvar = irandom(70); |
7 | if (randomvar == 69) |
8 | image_index = 4; |
9 | scr_depth(); |