Thread: Idea
View Single Post
  #17  
Old 09-03-2001, 01:47 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
Actually, it would only reflect arrows whos x and y is equal to 1.

Note this line, please.

NPC Code:
if (arrows[i].x=1 && arrows[i].y=1){ 



That is:

if the arrows x is equal to one and the arrows y is equal to 1
__________________


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