Thanks Joe
No it works!
My code for 2 shooters
Code:
for i = 0 to 29
lookup i,[1,2,6,7,11,12,2,3,7,8,12,13,3,4,8,9,13,14,4,5,9,10,14,15,5,1,10,6,15,11],total
if total = 1 then gosub clay1
if total = 2 then gosub clay2
if total = 3 then gosub clay3
if total = 4 then gosub clay4
if total = 5 then gosub clay5
if total = 6 then gosub clay6
if total = 7 then gosub clay7
if total = 8 then gosub clay8
if total = 9 then gosub clay9
if total = 10 then gosub clay10
if total = 11 then gosub clay11
if total = 12 then gosub clay12
if total = 13 then gosub clay13
if total = 14 then gosub clay14
if total = 15 then gosub clay15
pause 3000
next i
Bookmarks