User action sound: User "Global" as name for nil sound source

qteditor
Sven Eberhardt 2016-07-30 14:14:09 -04:00
parent d55c988d2e
commit 6f204d89f5
3 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func Definition(def)
{ Name="$SoundLoopOff$", Value=-1 }
] },
TargetPlayers = new Evaluator.PlayerList { EditorHelp="$SoundTargetPlayersHelp$" },
SourceObject = new Evaluator.Object { Name="$SoundSourceObject$", EditorHelp="$SoundSourceObjectHelp$" }
SourceObject = new Evaluator.Object { Name="$SoundSourceObject$", EditorHelp="$SoundSourceObjectHelp$", EmptyName="$Global$" }
} } );
AddEvaluator("Action", "$Object$", "$CreateObject$", "$CreateObjectHelp$", "create_object", [def, def.EvalAct_CreateObject], { SpeedX={Function="int_constant", Value=0},SpeedY={Function="int_constant", Value=0} }, { Type="proplist", Display="{{ID}}", EditorProps = {
ID = new Evaluator.Definition { EditorHelp="$CreateObjectDefinitionHelp$" },

View File

@ -140,3 +140,4 @@ RandomOffRectRel=Zufaellig im Rechteck
RandomRectRelHelp=Waehlt eine zufaellige Verschiebung aus einem Rechteck (tuerkis).
RandomOffCircleRel=Zufaellig im Kreis
RandomCircleRelHelp=Waehlt eine zufaellige Verschiebung aus einem Kreis (lila).
Global=Global

View File

@ -140,3 +140,4 @@ RandomOffRectRel=Random in rectangle
RandomRectRelHelp=Picks a random offset within a square (teal region).
RandomOffCircleRel=Random in circle
RandomCircleRelHelp=Picks a random offset within a square (purple region).
Global=Global