Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

You embrace the cold finger of death and feel your life extinguished.


Gradyleb
 Share

Recommended Posts

Isn't this the message you get when you die in EE 2.7? If so, you can probably find that message in your scripts folder, in main.txt or if you have Stable in Scripts/Es/Events/Ondeath.ess.

Edit: Had 2.7 and Origins confused with each other.  XD
Link to comment
Share on other sites

Server It will be this code.
```
Check for kill tile, and if so kill them
    If Map(GetPlayerMap(Index)).Tile(GetPlayerX(Index), GetPlayerY(Index)).Type = TILE_TYPE_KILL Then
        Call SetPlayerHP(Index, 0)
        Call PlayerMsg(Index, "You embrace the cold finger of death; and feel your life extinguished", BRIGHTRED)

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...