fix: Documentation clarifications
This commit is contained in:
committed by
Julian Murgia
parent
287c61c1a3
commit
6ea0c29234
@@ -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."
|
||||
|
||||
@@ -12,5 +12,4 @@
|
||||
teleport player r16_r_exit
|
||||
# Set player look down
|
||||
set_angle player 180
|
||||
stop
|
||||
|
||||
stop
|
||||
5
game/rooms/room16/esc/worker_script.esc
Normal file
5
game/rooms/room16/esc/worker_script.esc
Normal file
@@ -0,0 +1,5 @@
|
||||
:r16_worker1_walk
|
||||
walk worker1 worker1location
|
||||
|
||||
:r16_worker2_walk
|
||||
walk worker2 worker2location
|
||||
Reference in New Issue
Block a user