8 lines
171 B
PowerShell
8 lines
171 B
PowerShell
$Folder = ".\game\"
|
|
if (Test-Path -Path $Folder){
|
|
Remove-Item -LiteralPath .\game\ -Force -Recurse
|
|
}
|
|
|
|
dialogc -t aa story.dg stdlib.dg
|
|
aambundle -o game story.aastory
|