- Joined
- Jul 12, 2009
- Messages
- 321
Is there a way to allow a player to save multiple times in a multiplayer game? Normally it's limited to once per player; I don't care whether it's some mojo to actually allow you to press the save button in the menu more than once (I have already tried PreventSave; it still expends the one allowed save) or by chat command.
call SaveGame("string.w3z")
seems to do nothing. Suggestions?