Posted by Hideki on September 23, 1998 at 02:13:17:
symbol
int shot=0 local
thing missile1 local
thing missile2 local
thing missile3 local
thing missile4 local
thing missile5 local
thing missile6 local
thing missile7 local
message created
code
created:
shot = shot + 1;
if(shot == 8)
shot = 1;
missile[shot] = GetSenderRef();
other part