Changing conversation field in dialogue entry script
Posted: Wed Oct 02, 2024 3:23 am
Hello
I missed something here
In the box SCRIPT of one of my dialogue entry (for example when the actor is speaking), i know how to change a variable, a quest, an item, etc... field
For this i write for example :
Variable["myboolean"] = false
But i don t know how to reach and modify a Conversation field (for example let s say i would love to change the description of this Conversation during the dialogue entry)
I thought it would be the same
Conversation["myboolean"] = false
But it doesn t work
Can someone know ?
Thanks
I missed something here
In the box SCRIPT of one of my dialogue entry (for example when the actor is speaking), i know how to change a variable, a quest, an item, etc... field
For this i write for example :
Variable["myboolean"] = false
But i don t know how to reach and modify a Conversation field (for example let s say i would love to change the description of this Conversation during the dialogue entry)
I thought it would be the same
Conversation["myboolean"] = false
But it doesn t work
Can someone know ?
Thanks