Quote:
Originally posted by joseyisleet
-=Josey=-
The only way that you would be able to "do" your shadow NPC would be to use a server flag. Something like
if (weaponfired){
youcodehere;
}
if (yourhitplayerthinghere){
addstring server.hitbyshadow,#a;
}
Then with another NPC you'd have to check to see if the string contains their account name then set the backpal. In my opinion, backpals are pretty stupid. I'd use something like
seteffect 0,0,0,0.7;. The default is 0,0,0,0;.
|
um no, he could (even on non P2p) use triggeractions (ok other player needs a weapon that does shadow thing, but it's needed with a serverflag too)...