mirror of
https://github.com/stevenhowes/CTheEscape.git
synced 2026-05-26 15:53:29 +01:00
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
AddEvent(0,"PlayerStart",0,-1,-1)
|
|
AddEvent(1,"SBBR-DOOROPEN",0,-1,-1)
|
|
AddEvent(2,"SBBR-DOORCLOSE",1,-1,-1)
|
|
|
|
Event("PlayerStart")
|
|
AreaName(1)
|
|
Sound(8,4)
|
|
|
|
Event("SBBR-DOOROPEN")
|
|
SetTile(713,31)
|
|
Sound(8,5)
|
|
ReArm("SBBR-DOORCLOSE")
|
|
|
|
Event("SBBR-DOORCLOSE")
|
|
SetTile(713,29)
|
|
Sound(8,5)
|
|
ReArm("SBBR-DOOROPEN")
|