Thread: Helpo Changeo
View Single Post
  #6  
Old 12-09-2001, 10:09 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
well supposing you want it to do it when you fire the NPC do it like this

NPC Code:

if (weaponfired) {
disabledefmovement;
}
if (keydown(4)) {
whatever it does;
}



just put in the keydown 4 bit a thing to check the player still has ammo or whatever it uses
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote