The setSimplePhrase native AI script function defines a new phrase with the specified ID and content.
()setSimplePhrase(phraseName: s, phraseContent: s)
()setSimplePhrase("HELLO", "Hi, how are you?"); // Equivalent to "HELLO(){[Hi, how are you?]}"
This example code defines a new phrase with ID "HELLO" and content "Hi, how are you?".
This function creates a phrase ID of the form <phraseName>(){[<phraseContent>]}
.