Thread: Idea
View Single Post
  #15  
Old 09-03-2001, 01:24 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to 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*
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote