Thread: Arrays....
View Single Post
  #3  
Old 08-28-2001, 09:02 PM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
couldnt you use strings?
like
if (Action) {setstring image,random(1,6);
set random;
}
while (random) {
showimg #s(image),30,30;
}

or something if you're just showing random images?
Reply With Quote