Skip to content

Instantly share code, notes, and snippets.

@riddle
Created November 24, 2013 08:05
Show Gist options
  • Save riddle/7624659 to your computer and use it in GitHub Desktop.
Save riddle/7624659 to your computer and use it in GitHub Desktop.
# Kill alias, displaying correct message on death, not last cause of damage
*:/kill [$] = >>>
assign(@player_name, player())
store_value('deathBySuicide.' . @player_name, 'true')
run('/kill')
<<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment