12 lines
752 B
Plaintext
12 lines
752 B
Plaintext
version=2
|
|
:if:<register.registered(passSPT)>=True <and> <register.registered(passRatT)>=True
|
|
@Text.show(The door's closed...*<player.name> entered~the two passwords.*The door opened!)
|
|
@sound.play(shutter)
|
|
@Register.register(gate2open)
|
|
@Entity.Warp(9,0,-1,0)
|
|
@Entity.Warp(10,0,-1,0)
|
|
:end
|
|
:endif
|
|
|
|
@Text.show(The door's closed...*It needs two~passwords to open.)
|
|
:end |