Firstborn/Assets/Daz3D/Dialogue/Canyon/[DIALOGUE] 00WothabDefault....
Schaken-Mods 5557c03691 Made lockpicking for doors
Finished making lockpicking for doors. Next I will make one for chests with a different type of lock, also increase skill points when successfully picked a lock.
2023-04-29 23:04:18 -05:00

754 lines
23 KiB
Plaintext

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-5948434652392343860
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 50263695e5376674192cc0b16b6ceed2, type: 3}
m_Name: NPC Dialogue Line
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: -344, y: 88}
ports:
keys:
- nextLine
- playerQuestions
- input
- output
- playerQuestions 0
- playerQuestions 1
- playerQuestions 2
- playerQuestions 3
values:
- _fieldName: nextLine
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.DialogueSystem.NPCDialogueLineNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions
_node: {fileID: -5948434652392343860}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: firstNode
node: {fileID: 919986791448658062}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions 0
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.PlayerQuestion, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: -1350703110712915203}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 1
- _fieldName: playerQuestions 1
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.PlayerQuestion, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: -2777880663502703590}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 1
- _fieldName: playerQuestions 2
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.PlayerQuestion, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: 5836584140348224650}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 1
- _fieldName: playerQuestions 3
_node: {fileID: -5948434652392343860}
_typeQualifiedName: RPGCreationKit.PlayerQuestion, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: 3093640696237235572}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 1
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
speakerID: 0
line: I do not think I have seen you here before. Are you looking for a room or
just needing some rest?
plainLine: 0
useLenghtOfClip: 1
audioClip: {fileID: 8300000, guid: 50f858fe85ae74c449710336e42a05e9, type: 3}
lineTime: 4.2
dialogueAnimationStr: Talking_Standing001
dialogueAnimationListeningStr:
afterLine: 1
nextLine: {fileID: 0}
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions:
- Question: I could use a drink!
qID:
Position: 0
DeleteAfterAnswer: 0
- Question: What do you have?
qID:
Position: 1
DeleteAfterAnswer: 0
- Question: A room please. (8 Cogs)
qID:
Position: 2
DeleteAfterAnswer: 0
- Question: Nevermind.
qID:
Position: 3
DeleteAfterAnswer: 0
lookAtEntityID: 0
--- !u!114 &-5587110163899392214
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 64dabeeffd654d647b28c9d2a1955505, type: 3}
m_Name: Player Questions
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 600, y: 216}
ports:
keys:
- playerQuestions
- input
- output
values:
- _fieldName: playerQuestions
_node: {fileID: -5587110163899392214}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: -5587110163899392214}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: output
node: {fileID: -2777880663502703590}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: -5587110163899392214}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
dialogueAnimationListeningStr:
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []
--- !u!114 &-2777880663502703590
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 50263695e5376674192cc0b16b6ceed2, type: 3}
m_Name: NPC Dialogue Line
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 296, y: 200}
ports:
keys:
- nextLine
- playerQuestions
- input
- output
values:
- _fieldName: nextLine
_node: {fileID: -2777880663502703590}
_typeQualifiedName: RPGCreationKit.DialogueSystem.NPCDialogueLineNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions
_node: {fileID: -2777880663502703590}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: -2777880663502703590}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: playerQuestions 1
node: {fileID: -5948434652392343860}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: -2777880663502703590}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: -5587110163899392214}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
speakerID: 0
line: We have Ale, Wine, Milk, Bread, you name it, we probably have it.
plainLine: 0
useLenghtOfClip: 1
audioClip: {fileID: 8300000, guid: 5d5f280fc9c7ae24cb20d800abde04c1, type: 3}
lineTime: 5
dialogueAnimationStr: Talking_Standing002
dialogueAnimationListeningStr:
afterLine: 3
nextLine: {fileID: 0}
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []
lookAtEntityID: 0
--- !u!114 &-1350703110712915203
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 50263695e5376674192cc0b16b6ceed2, type: 3}
m_Name: NPC Dialogue Line
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 296, y: -8}
ports:
keys:
- nextLine
- playerQuestions
- input
- output
values:
- _fieldName: nextLine
_node: {fileID: -1350703110712915203}
_typeQualifiedName: RPGCreationKit.DialogueSystem.NPCDialogueLineNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions
_node: {fileID: -1350703110712915203}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: -1350703110712915203}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: playerQuestions 0
node: {fileID: -5948434652392343860}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: -1350703110712915203}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: 1211787196318995060}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
speakerID: 0
line: We have all the good stuff! This place used to be a part of the temple before
some tunnels caved in. It makes us pretty popular, a center point to most of
the trading routes.
plainLine: 0
useLenghtOfClip: 1
audioClip: {fileID: 8300000, guid: bf32f820d459a6141b6dcce78a72213f, type: 3}
lineTime: 5
dialogueAnimationStr:
dialogueAnimationListeningStr:
afterLine: 3
nextLine: {fileID: 0}
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []
lookAtEntityID: 0
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 3617e7309ebdc8e4fb21eacbf4cfee45, type: 3}
m_Name: '[DIALOGUE] 00WothabDefault'
m_EditorClassIdentifier:
nodes:
- {fileID: 919986791448658062}
- {fileID: -5948434652392343860}
- {fileID: -1350703110712915203}
- {fileID: 1211787196318995060}
- {fileID: 7594622718141646106}
- {fileID: 5836584140348224650}
- {fileID: -2777880663502703590}
- {fileID: -5587110163899392214}
- {fileID: 3093640696237235572}
ID: DIALOGUE_WothabDefaultDialogue
--- !u!114 &919986791448658062
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 790f84322cdc6854dbf835b99e7709e3, type: 3}
m_Name: Entry
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: -712, y: 216}
ports:
keys:
- firstNode
- input
- output
values:
- _fieldName: firstNode
_node: {fileID: 919986791448658062}
_typeQualifiedName: XNode.Node, XNode, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: -5948434652392343860}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: 919986791448658062}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: 919986791448658062}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
isNpcToNpcDialogue: 0
firstNode: {fileID: 0}
--- !u!114 &1211787196318995060
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f60cb6965cb3c4c4eb019a1bdaf3372f, type: 3}
m_Name: Change State
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 600, y: -8}
ports:
keys:
- input
- output
values:
- _fieldName: input
_node: {fileID: 1211787196318995060}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: output
node: {fileID: -1350703110712915203}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: 1211787196318995060}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: input
node: {fileID: 7594622718141646106}
reroutePoints: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
stateChange: 0
toCurrentNPC: 1
npcRef:
lootingPointRef:
coordinates:
position: {x: 0, y: 0, z: 0}
rotation: {x: 0, y: 0, z: 0, w: 0}
cell: {fileID: 0}
interruptsDialogue: 0
--- !u!114 &3093640696237235572
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 50263695e5376674192cc0b16b6ceed2, type: 3}
m_Name: NPC Dialogue Line
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 296, y: 600}
ports:
keys:
- nextLine
- playerQuestions
- input
- output
values:
- _fieldName: nextLine
_node: {fileID: 3093640696237235572}
_typeQualifiedName: RPGCreationKit.DialogueSystem.NPCDialogueLineNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions
_node: {fileID: 3093640696237235572}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: 3093640696237235572}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: playerQuestions 3
node: {fileID: -5948434652392343860}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: 3093640696237235572}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
speakerID: 0
line: I will be here when you change your mind.
plainLine: 0
useLenghtOfClip: 1
audioClip: {fileID: 8300000, guid: b0a27a01233dac647878a72be40b3d27, type: 3}
lineTime: 1.2
dialogueAnimationStr: Talking_Crossarms
dialogueAnimationListeningStr:
afterLine: 2
nextLine: {fileID: 0}
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []
lookAtEntityID: 0
--- !u!114 &5836584140348224650
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 50263695e5376674192cc0b16b6ceed2, type: 3}
m_Name: NPC Dialogue Line
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 296, y: 408}
ports:
keys:
- nextLine
- playerQuestions
- input
- output
values:
- _fieldName: nextLine
_node: {fileID: 5836584140348224650}
_typeQualifiedName: RPGCreationKit.DialogueSystem.NPCDialogueLineNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: playerQuestions
_node: {fileID: 5836584140348224650}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: 5836584140348224650}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: playerQuestions 2
node: {fileID: -5948434652392343860}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: 5836584140348224650}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
speakerID: 0
line: Great. I'll show you to your room.
plainLine: 0
useLenghtOfClip: 1
audioClip: {fileID: 8300000, guid: 42b4bded1f746e54589f4497e1baa850, type: 3}
lineTime: 1.2
dialogueAnimationStr: Talking_Crossarms
dialogueAnimationListeningStr:
afterLine: 2
nextLine: {fileID: 0}
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []
lookAtEntityID: 0
--- !u!114 &7594622718141646106
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 64dabeeffd654d647b28c9d2a1955505, type: 3}
m_Name: Player Questions
m_EditorClassIdentifier:
graph: {fileID: 11400000}
position: {x: 952, y: -8}
ports:
keys:
- playerQuestions
- input
- output
values:
- _fieldName: playerQuestions
_node: {fileID: 7594622718141646106}
_typeQualifiedName: System.Collections.Generic.List`1[[RPGCreationKit.PlayerQuestion,
Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]],
mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: input
_node: {fileID: 7594622718141646106}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections:
- fieldName: output
node: {fileID: 1211787196318995060}
reroutePoints: []
_direction: 0
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
- _fieldName: output
_node: {fileID: 7594622718141646106}
_typeQualifiedName: RPGCreationKit.DialogueSystem.DialogueNode, Assembly-CSharp,
Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
connections: []
_direction: 1
_connectionType: 0
_typeConstraint: 0
_dynamic: 0
input: {fileID: 0}
output: {fileID: 0}
resultScript:
events:
questDealers: []
questUpdaters: []
consequences: []
dialogueAnimationListeningStr:
removePreviousQuestions: 0
questionsToRemove: []
playerQuestions: []