Add 'startDialogue' case to getInteractionActionLabel
This commit is contained in:
@@ -1248,6 +1248,8 @@ function getInteractionActionLabel(link: InteractionLink): string {
|
|||||||
return "Play Sound";
|
return "Play Sound";
|
||||||
case "stopSound":
|
case "stopSound":
|
||||||
return "Stop Sound";
|
return "Stop Sound";
|
||||||
|
case "startDialogue":
|
||||||
|
return "Start Dialogue";
|
||||||
case "control":
|
case "control":
|
||||||
return "Control Effect";
|
return "Control Effect";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user