SceneMaker / VisualSceneMaker

Visual SceneMaker is an authoring tool for creating interactive presentations aimed to non-programming experts. It supports the modeling of verbal and non-verbal behavior of Virtual Characters and robots. Therefore, it provides users with a graphical interface and a simple scripting language that allows them to create rich and compelling content.
http://scenemaker.dfki.de
Other
18 stars 11 forks source link

Get string value of runtime string without quotes #200

Closed fnunnari closed 3 years ago

fnunnari commented 4 years ago

When executing:

This is rather unexpected. I would expect the parser to remove the single quotes.

This make it difficult to have a SPACES in actions parameter values, as quotes are there mandatory.

algor1th commented 4 years ago

Changing this would break backward compatibility. Perhaps we could add a new method to get back a string without quotes?