mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
The previous behavior, where any Text value returned by a line in a Block would be automatically called, may lead to unexpected Text event being written as it is not obvious which line can return a Text value after evaluation. The new behavior only triggers if a Text node directly appear in the original script as a statement.
13 lines
128 B
Text
13 lines
128 B
Text
:@choice=1
|
|
|
|
:$ jump button
|
|
1 #
|
|
|A
|
|
*| Suprise choice!
|
|
()
|
|
return("JOIN")
|
|
|
|
*| Press {jump button!} to jump.
|
|
|ok
|
|
*| No
|
|
|ko
|