Add NPC and items walking.

This commit is contained in:
Julian Murgia
2020-12-28 08:39:57 +01:00
parent af8a9ea086
commit ff89dc1677
205 changed files with 972 additions and 488 deletions

View File

@@ -6,13 +6,14 @@ set_global r6_door_open false
:use
> [!r6_door_open]
set_state r6_door r_door_open
set_global r6_door_open true
# set_state r6_door r_door_open
# set_global r6_door_open true
say player "It's closed. I think I can't open it myself."
stop
> [r6_door_open]
set_state r6_door r_door_close
set_global r6_door_open false
# set_state r6_door r_door_close
# set_global r6_door_open false
say player "I'll leave it open. I don't know if I'll be able to reopen it if I close it."
:look