feat: Graphics update for room 5 (#525)

Co-authored-by: Balloonpopper <balloonpopper@git.com>
This commit is contained in:
balloonpopper
2022-03-05 00:49:15 +11:00
committed by GitHub
parent 391d642549
commit bcb366c6af
19 changed files with 249 additions and 144 deletions

View File

@@ -1,13 +1,15 @@
# You can only combine the pen and paperif you add "use" as a "Combine when Selected Action in" action
# to both the pen and empty_sheet ESCitems.
:look
say player "It's a sheet of blank paper."
say player "It's an application form for a job as an adventurer."
stop
:pickup
set_global i/r5_empty_sheet true
inventory_add r5_empty_sheet
set_active r5_empty_sheet false
stop
# The following action is deactivated because r5_pen ESXC script holds a similar action that is configured as one-way
# The following action is deactivated because r5_pen ESC script holds a similar action that is configured as two-way
# You can try to uncomment this action here and test that action will work in both ways but with slightly different execution
#:use r5_pen
#say player "Ok, let's write down something on this paper."