View Single Post
  #6  
Old 06-16-2001, 03:08 AM
manton manton is offline
Raise Your Fist
Join Date: Mar 2001
Location: California
Posts: 2,318
manton will become famous soon enough
Send a message via AIM to manton
Quote:
Originally posted by BocoC
This is easy. Instead of:
NPC Code:

if (weaponfired) {
do crap;
}



Do this:
NPC Code:

if (bomyweaponfired) {
do crap;
}
if (bomyweaponfiredw) { //fired in water
do crap;
}

Hmm,Would that work with other races too? I thought it might if the script is a bit like the bomy script.
__________________
-Nastazio

Last edited by manton; 06-16-2001 at 03:11 AM..
Reply With Quote