If you want to see more resources like this, become a Patreon supporter!
No description entered
DialogModule.ForceDialog(speakerId, listenerId)
speakerId
: A string representing the UUID of the speakerlistenerId
: A string representing the UUID of the listenernil
No description entered
local isDialogInterruptible = DialogModule.IsDialogInterruptibleByPlayer(soulId)
soulId
: A string representing the UUID of the soul
boolean
No description entered
local isSequenceAvailable = DialogModule.IsSequenceAvailable(sequenceId)
sequenceId
: A number indicating the ID of the sequence
boolean
No description entered
local isSoulInDialog = DialogModule.IsSoulInDialog(soulId)
soulId
: A string representing the UUID of the soul
boolean
No description entered
DialogModule.ResetHaveDialogCache()
nil
No description entered
DialogModule.ResetSequenceTimer(sequenceId)
sequenceId
: A number indicating the ID of the sequence
nil
No description entered
DialogModule.SetAIInteractionState(soulId, state)
soulId
: A string representing the UUID of the soulstate
: An boolean determining the interaction statenil
No description entered
DialogModule.StartMonolog(speakerId, topicId)
speakerId
: An string representing the UUID of the speakertopicId
: A number indicating the ID of the topicnil