Why isn't this working?


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]

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


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ The Massassi Temple Message Board ]