Thread: Weapon killer
View Single Post
  #3  
Old 06-21-2001, 03:12 PM
Geovanie Legend Geovanie Legend is offline
Graunch Programmer
Geovanie Legend's Avatar
Join Date: May 2001
Location: Missouri
Posts: 931
Geovanie Legend is an unknown quantity at this point
Send a message via ICQ to Geovanie Legend Send a message via AIM to Geovanie Legend Send a message via MSN to Geovanie Legend Send a message via Yahoo to Geovanie Legend
Quote:
do alot like this
if (playerenters&&hasweapon(LAT Boots)) {toweapons LAT Boots;
if (playerenters&&hasweapon(Heart Stone)) {toweapons Heart Stone;
if (weaponfired) {destroy;}
}
}
like that, you get the point
So i could redo it some and make it like this?

if (playerenters) {
timeout=0.5;
}
if (playerenters&&hasweapon(LAT Boots)) {toweapons LAT Boots;
if (playerenters&&hasweapon(Heart Stone)) {toweapons Heart Stone;
if (isweapon||timeout) {destroy;}
}
}
Reply With Quote