Author Topic: Code For Longer Body Times  (Read 350 times)

Basically, I want to know what I need to put in the console to make the player's body not disappear or at least not for a very long time.

Code: [Select]
$CorpseTimeoutValue = 60000;That sets them to disappear after one minute. Increase the value as needed.