Frictional Games Forum (read-only)

Full Version: Map Reset question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if it's possible to reset the map to it's original state after the player dies while preserving the script functions still, without reloading the map.

I've managed to get one of my doors to reset after it being broken then dying but other entities that I've included in the function "ResetProp(string & asName)" won't restore to their original state, such as resetting the grunt I placed to go inactive again.

Do I need to use a different function or something? Help appreciated.