woolplatform / wool

The WOOL dialogue language description and tools.
MIT License
1 stars 0 forks source link

Editor "Run Mode" should display all variables encountered in dialogue script. #19

Open hopdenakker opened 5 years ago

hopdenakker commented 5 years ago

Currently the "Variables" window in the "Editor/Run" mode shows the current value of those variables encountered so far. It would be nice to also see a listing of all the variables that are used in the entire script, including their current values (i.e. "UNSET" for variables with no set values).

Later on, for debug purposes, it would be nice to be able to set the values of variables directly from this window.