You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start-Sleep 1800 #Change this value to change how long the increments between saves are
$wshell.AppActivate($spore.Id)
Start-Sleep 1
$wshell.SendKeys('{`}')
$InputBox = [System.Windows.Forms.MessageBox]::Show("The game is about to save. Do you want to continue?", "Confirmation", [System.Windows.Forms.MessageBoxButtons]::YesNo)