Array Support!
Kreader.gd Now has array support, (sadlly ']' currently doubles as a ',' But it is there!)
Here's an example:
test{[Gala,Johnny]Tropical} #Notice how there is no comma ',' after ']'
On top of this you can now do multi-branching with ':' and ';' for cutscenes, and '<' ,'>' for branching pathways of said cutscene
Example:
:testmite#The cutscene name
<testbranch #The branch name
test{Red,Yellow}
test{[Gala,Johnny]Tropical}
kreader_dialog{HELLO!}
>#End of branch
<testother #branch B
test{Apple,Banana}
>#End of Branch b
;#And the end of the Cutscene
You can have as many as desired.
Planned/Upcoming!
1.Read the next function stack only when the current function is done.
2.be able to read the engine's Globals (Or interact in some way).
3.A second version for Esc. Script: I know how many Godot Programmers want this. Kreader was made because of all the hassle of getting esc script WITHOUT escoria. This will be high priority.
4.A third version for Twine.
Files
Get Kreader (Godot)
Kreader (Godot)
A simple external file reader for Godot (Made with GDscript)
Status | In development |
Category | Assets |
Author | lavaduder |
Tags | gdscript, Godot, sourcecode |
Leave a comment
Log in with itch.io to leave a comment.