- Joined
- Sep 27, 2018
- Messages
- 61
Hello, i have doubts about if the condition (Filename saved-game exists) is already working?. I need to check the game-folder not with booleans:
As I'm using reforged, so there is no way to create campaings, so we create separete maps what makes some "game" funtions not work out of campaings (triggers).
-
Salir
-
Events
-
Unit - A unit enters Region 012 <gen>
-
-
Conditions
-
Pala Equal to (Entering unit)
-
-
Actions
-
Trigger - Turn off (This trigger)
-
Trigger - Run GuardarHeroe <gen> (checking conditions)
-
Wait 1.00 seconds
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(The Checkpoints\Slot2\Checkpoint.w3z saved-game exists) Equal to Verdadero
-
-
Then - Actions
-
Game - Delete the Checkpoints saved-game folder
-
Game - Display to (All players) the text: Sobrescirbiendo
-
Game - Create campaign checkpoint with name Checkpoints\Slot2\Checkpoint.w3z (Show checkpoint message)
-
-
Else - Actions
-
Game - Create campaign checkpoint with name Checkpoints\Slot2\Checkpoint.w3z (Show checkpoint message)
-
-
-
Set VariableSet CopyA = Verdadero
-
-
As I'm using reforged, so there is no way to create campaings, so we create separete maps what makes some "game" funtions not work out of campaings (triggers).
Last edited: