rakugoteam / Rakugo-Dialogue-System

Inspired by Ren'Py, Rakugo is a project aiming to provide a way to make narrative-based games on Godot easily. Simplify your project, if it is a visual novel, point and click, RPG, interactive text game or many other styles and blends of styles.
https://rakugoteam.github.io
MIT License
221 stars 7 forks source link

Add Gdscript statement for RakuScript #34

Open theludovyc opened 2 years ago

theludovyc commented 2 years ago

Simple line

$print("Hello, world!")

Multi-line

$*
print("Hello")
print(",world!")
*$
theludovyc commented 2 years ago

Find things

https://docs.godotengine.org/en/stable/tutorials/scripting/evaluating_expressions.html

https://docs.godotengine.org/en/stable/classes/class_gdscript.html