Quote:
Originally posted by Gman4pwnu
That works, but how come it doesn't work when a trigger action is sent from the staff stick, i would really like to be able to remove only the ones i hit.
|
NPC Code:
if(was hit && strequals(#a,account)){
destroy;
}
Note: I write
was hit with spaces because if you write it together it will turn into "shi.t" and change the word by
*'s.