edited December 2022 in General Support
Basically, I want to display 2 separate values from schematic calculations on a dialogue box for the player to see.

I see how to put it in flying text, but I don't want to use flying text for this.

How do I display calculated values (int/float) in a dialogue box as if it was a message?
Post edited by Orochimaru on
  • You first need to do the calculation and store it into a variable, e.g. the Change Variable node set a variable to the result of a formula.
    Afterwards you can use text codes to add the value of the variable to the dialogue's message. You can easily add them via the More button above the text area - the Variable button on the right side will show all variable text code options.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Your instructions worked. This is a great asset!
Sign In or Register to comment.