TopicInfoSetPrompt
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Sets or returns value of "Said once" of specified TopicInfo.
Syntax
(Prompt:string) TopicInfoSetPrompt TopicInfo:form Prompt:string
Example
TopicInfoSetPrompt 15CB5B "My custom prompt"
Will set "MyCustomPrompt" to one of the Sunny Smiles goodbyes topic infos.
let s_Prompt := TopicInfoSetPrompt 15CB5B
Will return prompt of Sunny Smiles goodbye topic(empty by default).