(01-26-2011, 04:30 AM)obstipator Wrote: I have a map with a few area scripts that do random crap and then try to AutoSave() after the scripts occur. However, whenever I die after the AutoSave() should have triggered, I respawn at the beginning of the map. I've looked through the Amnesia main maps, and it seems that AutoSave() is only called onEnter(). Is AutoSave() supposed to be able to work in the middle of a map? Is there a way I could make that happen so that right as I pick up a note or something, it saves my location?
You do know that you need PlayerStartAreas for this? Just checking.