- Fougerite Compatibility
- All Versions
- Plugin's Engine
- Python (IronPython)
if you want to remove an animal death message like boar! you must do this in the code
that means you must add # to first 3 lines those are for that animal!
Python:
# elif HurtEvent.Victim.Name == "Boar":
#Server.Broadcast(HurtEvent.Attacker.Name + " Killed a[color red] Pig!")
# return
check this:
http://fougerite.com/resources/deathmsg.17/