Search found 2 matches
- Mon Dec 15, 2014 5:35 pm
- Forum: Modding help
- Topic: How to determine if the player has been killed?
- Replies: 2
- Views: 1221
Re: How to determine if the player has been killed?
Thank you very much!
- Mon Dec 15, 2014 9:49 am
- Forum: Modding help
- Topic: How to determine if the player has been killed?
- Replies: 2
- Views: 1221
How to determine if the player has been killed?
I am trying to make my mod do something when the player dies. I tried using the onentitydied event but that is called every time any entity dies. How do I check if just the player has died. Thanks.