feat: Add global interpolation for say command (#562)

Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-04-05 16:02:17 +10:00
committed by GitHub
parent 9cc06679c9
commit 167e06bfd5
4 changed files with 36 additions and 1 deletions

View File

@@ -1,2 +1,7 @@
:exit_scene
change_scene "res://game/rooms/room03/room03.tscn"
:look
# Test globals in say command
inc_global r4_door_look_count 1
say player "You have looked at the doorway {r4_door_look_count} times"