View Single Post
  #4  
Old 06-22-2001, 08:36 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
OR (if you wanted an invis weapon) you could do
NPC Code:

if (playertouchsme) {
toweapons Invis Thingy;
}
if (weaponfired&&!invison) {
sleep 0.05;
set invison;
timeout=0.05;
}
if (weaponfired&&invison) {
sleep 0.05;
unset invison;
}
if (timeout&&invison) {
hideplayer 0.1;
timeout=0.05;
}


I think that would work...
__________________

-=Shard IceFire=-
Reply With Quote