KIM Gifts #1536

Closed
opened 2025-04-09 15:32:58 -07:00 by Sainan · 0 comments
Owner

This also uses saveDialogue, but notably without a Data field:

{
  DialogueName: '/Lotus/Types/Gameplay/1999Wf/Dialogue/ArthurDialogue_rom.dialogue',
  Rank: 1,
  Chemistry: 0,
  CompletionType: 0,
  QueuedDialogues: [],
  Gift: {
    Item: '/Lotus/Types/Gameplay/1999Wf/Gifts/AVReceiver',
    GainedChemistry: 0,
    Cost: 15000,
    GiftedQuantity: 1
  },
  Booleans: [],
  ResetBooleans: [],
  OtherDialogueInfos: []
}
This also uses saveDialogue, but notably without a `Data` field: ```js { DialogueName: '/Lotus/Types/Gameplay/1999Wf/Dialogue/ArthurDialogue_rom.dialogue', Rank: 1, Chemistry: 0, CompletionType: 0, QueuedDialogues: [], Gift: { Item: '/Lotus/Types/Gameplay/1999Wf/Gifts/AVReceiver', GainedChemistry: 0, Cost: 15000, GiftedQuantity: 1 }, Booleans: [], ResetBooleans: [], OtherDialogueInfos: [] } ```
Sainan added the
unimplemented
label 2025-04-09 15:32:58 -07:00
Sign in to join this conversation.
No description provided.