Thread: Bomy Weapons
View Single Post
  #2  
Old 08-03-2001, 03:44 AM
BocoC BocoC is offline
Registered User
BocoC's Avatar
Join Date: Jun 2001
Location: Washington State, USA
Posts: 980
BocoC is on a distinguished road
Send a message via AIM to BocoC Send a message via Yahoo to BocoC
Bomyweaponfired and Bomyweaponfiredw aren't hidden commands. Inside the bomy code, this is what they do:
NPC Code:

if (swimming) {
callweapon selectedweapon,bomyweaponfiredw;
} else {
callweapon selectedweapon,bomyweaponfired;
}


callweapon is very usefull if you have a script that calls the command 'disabledefmovement', because 'weaponfired' doesn't work when 'disabledefmovement' has been called.
__________________
-Boco

FLKJH$TRFG*$(&%>FMG >REN<>F ;.kjsd
Reply With Quote