Closed hopdenakker closed 4 years ago
Is this an <
It's a "separate" statement within a WOOL Node:
<<action type="generic" value="CLOSE_BOOK">>
So, let's close the book.
[[Okay.|NextNode]]
Ok, the JS parser currently does not support separate action statements. I'll add it.
Separate action statements are now supported.
Editor Version: 1.4.0 Web or Desktop: Desktop Operating System: Mac Browser (for Web): -
The editor gives an error on the following statement:
<<action type="generic" value="CLOSE_BOOK">>
The error given is as follows:
Error: cannot parse << ... >> statement
But it's a correct WOOL action statement :)