mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 06:18:36 +02:00
10 lines
460 B
Plaintext
10 lines
460 B
Plaintext
version=2
|
|
:if:<register.registered(TRHQ_switch)>=False
|
|
@Text.show(A secret switch!~Better press it.)
|
|
@sound.play(shutter)
|
|
@Register.register(TRHQ_switch)
|
|
:end
|
|
:else
|
|
@Text.show(The switch is~turned off.)
|
|
:end
|
|
:endif |