mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 07:48:39 +02:00
9 lines
548 B
Plaintext
9 lines
548 B
Plaintext
version=2
|
|
@text.show(Its an old Team Rocket~recruitment poster.)
|
|
:if:<register.registered(posterbuttonrgc)>=false
|
|
@text.show(Hey!*A switch behind the poster!?~Let's push it!)
|
|
@register.register(posterbuttonrgc)
|
|
@entity.remove(0)
|
|
@sound.play(shutter)
|
|
:endif
|
|
:end |