I need to change the text of a 3D text display not from the text code editor (cause I think is not viable), but rather from an external code, like process flow. In the model attached I used a code in a trigger. When a box arrives at the decision point, the trigger code wants to change the text. I tried in 2 ways:
1) with the deprecated command setnodestr(node, text) with no result, and
2) with texttreenote.value = newtext, in this case the 3D text moves somewhere else in the model, and cannot find it anymore....
I think the text code editor is not a viable option, cause the texts I need to show are stored inside a global table (eg: process statuses and stock values that I cannot reference with the predefined options), and the moment of the text update is triggered by tokens...