Thread: array help ...
View Single Post
  #2  
Old 08-02-2001, 09:05 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
do you mean

NPC Code:

// NPC made by Prozac if (playerenters) {show;}
if (playertouchsme) {toweapons throw thing;}
if (weaponfired) {
this.distance=10; //how far to throw
this.dir=playerdir;
this.x=playerx+vecx(this.dir)*2;
this.y=playery+.5+vecy(this.dir)*2;
for (this.i=0; this.i<this.distance; this.i++) {
this.x+=vecx(this.dir);
this.y+=vecy(this.dir);
putexplosion 0,this.x,this.y;
sleep .1;
}
}


__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote