Initial commit of Escoria-Reloaded. Still a lot of missing stuff.

This commit is contained in:
Julian Murgia
2020-12-17 16:24:25 +01:00
commit f26d96f115
1794 changed files with 89611 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
:exit_scene
change_scene "res://game/rooms/room2/room2.tscn"

View File

@@ -0,0 +1,3 @@
:look
say player "That's the other side."

10
game/rooms/room1/esc/room1.esc Executable file
View File

@@ -0,0 +1,10 @@
:setup
> [eq ESC_LAST_SCENE room2]
teleport player r1_r_exit
# Set player look left
set_angle player 270
stop
> [!last_scene]
teleport player player_start
stop

View File

@@ -0,0 +1,13 @@
:look
> [! dialog_advance]
say player "I don't know what that stuff is."
set_global dialog_advance 1
stop
> [eq dialog_advance 1]
say player "I REALLY don't know what that stuff is." dialog_box_inset
set_global dialog_advance 2
stop
> [eq dialog_advance 2]
say player "No, SERIOUSLY, I have no idea what that is!"
say player "Please stop asking me that!"
stop