if statements
sub town
if x = 1 , y = 1 then
textwindow.clear()
shop()
elseif x = 1 , (6 <= y > 1) then
townrandom()
endif
endsub
elseif x = 1 , (6 < y > 1) then
im trying make (1,2),(1,3),(1,4),(1,5),(1,6) sub townrandom
do want this?
sub town if x = 1 , y = 1 textwindow.clear() shop() elseif x = 1 , (2 <= y , y <= 6) townrandom() endif endsub
nonki takahashi
Learning > Small Basic
Comments
Post a Comment