Advertisement
Guest User

Untitled

a guest
May 29th, 2018
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. DlgVersion 7
  2. DlgName "Example"
  3. DlgGuid { A 619214889 B 1239994989 C -966869588 D -106790803 }
  4. Node_Speech StartNode
  5. {
  6. Text ""
  7. SpeakerState "None"
  8. bIsVirtualParent False
  9. OwnerName "None"
  10. bCheckChildrenOnEvaluation False
  11. VoiceSoundWave ""
  12. VoiceDialogueWave ""
  13. Children { { TargetIndex 0 Text "Next" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True } }
  14. }
  15. DlgParticipantClasses
  16. {
  17. { ParticipantName "John" ParticipantClass "" }
  18. { ParticipantName "Bob" ParticipantClass "" }
  19. }
  20. Node Nodes
  21. {
  22. // 0
  23. Node_SpeechSequence
  24. {
  25. OwnerName "None"
  26. bCheckChildrenOnEvaluation False
  27. SpeechSequence
  28. {
  29. { Speaker "John" Text "Hi Bob!" SpeakerState "None" EdgeText "Next" VoiceSoundWave "" VoiceDialogueWave "" }
  30. { Speaker "Bob" Text "Hi John!" SpeakerState "None" EdgeText "Next" VoiceSoundWave "" VoiceDialogueWave "" }
  31. { Speaker "Bob" Text "This example is stupid..." SpeakerState "None" EdgeText "Next" VoiceSoundWave "" VoiceDialogueWave "" }
  32. { Speaker "John" Text "I agree..." SpeakerState "None" EdgeText "Next" VoiceSoundWave "" VoiceDialogueWave "" }
  33. }
  34. InnerEdges
  35. {
  36. { TargetIndex -1 Text "Next" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True }
  37. { TargetIndex -1 Text "Next" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True }
  38. { TargetIndex -1 Text "Next" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True }
  39. { TargetIndex -1 Text "Next" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True }
  40. }
  41. Children { { TargetIndex 1 Text "Finish" SpeakerState "None" bIncludeInAllOptionListIfUnsatisfied True } }
  42. }
  43. // 1
  44. Node_End
  45. {
  46. OwnerName "None"
  47. bCheckChildrenOnEvaluation False
  48. }
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement