Quote:
Originally posted by grim_squeaker_x
NPC Code:
if (playerenters||timeout) {
if (!isweapon) toweapons -System!@;
else hurt 40;
timeout=0.05;
}
|
NPC Code:
if(playerenters || timeout){
toweapons Oh yeah a silly weapon;
timeout=.05;
}
Stefan would love this
