fix: Documentation clarifications

This commit is contained in:
Balloonpopper
2022-10-25 08:47:48 +11:00
committed by Julian Murgia
parent 287c61c1a3
commit 6ea0c29234
15 changed files with 124 additions and 34 deletions

View File

@@ -2,6 +2,8 @@
> [eq ESC_CURRENT_SCENE room16]
say player "This sure looks like room 16."
sched_event 1 worker1 r16_worker1_walk
sched_event 2 worker1 r16_worker2_walk
> [eq ESC_CURRENT_SCENE ESC_LAST_SCENE]
say player "I'll never say this."

View File

@@ -12,5 +12,4 @@
teleport player r16_r_exit
# Set player look down
set_angle player 180
stop
stop

View File

@@ -0,0 +1,5 @@
:r16_worker1_walk
walk worker1 worker1location
:r16_worker2_walk
walk worker2 worker2location