Thread: Idea
View Single Post
  #16  
Old 09-03-2001, 01:41 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
Quote:
Originally posted by entravial
Use a for loop...

And arrows[i].x/arrows[i].y...

Like, say... *scripts up something in five seconds*

if (playerenters){
toweapons Useless Thingy;
}
if (weaponfired){
for (i=0;i<arrowscount;i++){
if (arrows[i].x=1 && arrows[i].y=1){
reflectarrow i;
}
}
}

Or something... *shrugs*
That would reflect every arrow.

it would be better with testarrow to use an array
Reply With Quote