haroldo-ok / BlocklyVN32X

A tool to create visual novels for the Sega 32X using Blockly. Work in progress.
Apache License 2.0
6 stars 1 forks source link

Allow displaying values of variables inside dialog text #2

Closed haroldo-ok closed 7 years ago

haroldo-ok commented 7 years ago

Corrently, there's no way for the user to display the numeric variables. The say block should be enhanced so that if the text contains something like ${variableName}, it should be replaced by the value of the referenced variable.

haroldo-ok commented 7 years ago

It would be necessary to add support for that on vn32x, first. See: https://github.com/haroldo-ok/vn32x/issues/2