• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Possible to allow multiple saves in multiplayer? (Also: SaveGame() does nothing.)

Status
Not open for further replies.
Level 10
Joined
Jul 12, 2009
Messages
318
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?
 
Status
Not open for further replies.
Top