Yonle
1
Project URL: https://novelscript.glitch.me
Novelscript is an simple novel engine emulator. It allows you to make a interactive story as easy as possible.
It’s syntax is based on Esoteric programming languange, Allowing it easier to write an novelscript.
Currently, It supports these features:
- Image, Sound, Music
- UI customization
- Engine speed changer (Text speed, etc)
- Loading more than 1 novelscripts is supported,
Allowing for long storyline.
More features like interactions is coming soon.
Github: GitHub - Yonle/Novelscript: Novelscript is an simple novel engine emulator.
2 Likes
Yonle
2
It’s now interactive.
So feel free:
add_menu "http://...", "Button 1"
add_menu "http://...", "Button 2"
....
nice!!! funny that I was also making a visual novel as a weekend project Hydra Adventure Preview
1 Like
Yonle
4
Yonle
5
May write a project that allow users to publish Novelscripts 
#ComingSoon . . . .
Yonle
6
Added feature to execute js code.
w "Here it goes"
%js
alert("do your magic")
alert("please")
%js
w "and it goes again"
%js
alert("do your magic")
alert("please")
%js
I guess that’s all for today. Now do your magic.
wh0
7
this is it. I can finally uninstall powerpoint
2 Likes