1 | coin_number = 3; |
2 | coin_number_max = 9; |
3 | coin_current = 1; |
4 | coin[0] = -1; |
5 | coin_dir_offset = choose(45, 135, 225, 315); |
6 | coin_bag_offset = coin_dir_offset; |
7 | coin_dir_inc = 90; |
8 | coin_offset_time = 15; |
9 | alarm[0] = coin_offset_time; |