• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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