View Single Post
  #12  
Old 10-16-2001, 08:27 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by BocoC
The problem is that you have to fire the weapon at the EXACT second you get hit. Just do something like this:

replaceani hurt,runic;
He's Right, why don't you do something like
if (playerchats && strequals(#c,Buy Runic)) {set boughtrunic;}
if (boughtrunic) {replaceani hurt,runic;}
that should work fine
Reply With Quote