View Single Post
  #9  
Old 06-11-2001, 10:02 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
superbomb:
NPC Code:

if (created) this.putloc={0.5,-1,-1.5,1,0.5,2.5,2.5,1};
if (weaponfired&&playerbombs>0) {
putbomb 1,playerx+this.putloc[playerdir*2],playery+this.putloc[playerdir*2+1];
playerbombs--;
}

__________________

Reply With Quote