Thanks replying and being interested. But, it seems the engine has some issues within the main coding causing the passages to lag and freeze the entire engine. Once i fixed this issue, if i can, as i lack the knowledge of finding the exact cause which is causing this bug.
Hello again! I wonder if it's possible to access the go to block inside javascript? I'm thinking of an interface button that leads you to specific scene according to some variables. While using choice is probably close enough to this, I'd like to keep it clean and only use choice when necessary, mostly because I'm planning to use the generated dialogue script with another engine for an experimental project of mine ^^
← Return to online editor
Comments
Log in with itch.io to leave a comment.
Is anyone willing to test out a prototype of a visual engine i am working on. i need testers and feedback. please comment if anyone is interested
Yes, interesting
Thanks replying and being interested. But, it seems the engine has some issues within the main coding causing the passages to lag and freeze the entire engine. Once i fixed this issue, if i can, as i lack the knowledge of finding the exact cause which is causing this bug.
Need a version of the visual novel engine in AppImage format.
This file format is a portable version that can be run on any Linux distribution.
Hello again! I wonder if it's possible to access the go to block inside javascript? I'm thinking of an interface button that leads you to specific scene according to some variables. While using choice is probably close enough to this, I'd like to keep it clean and only use choice when necessary, mostly because I'm planning to use the generated dialogue script with another engine for an experimental project of mine ^^
Thank you, and have a nice day!
yes
go_to("block_name") - Go to an specified history block by specifying its name in the block_name parameter.