mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 14:28:33 +02:00
10 lines
482 B
Plaintext
10 lines
482 B
Plaintext
version=2
|
|
@Text.show(It's the Card Key slot.)
|
|
|
|
:if:<inventory.countitem(127)>>0 <and> <register.registered(Radio3fshuttersopen)>=false
|
|
:then
|
|
@entity.remove(0)
|
|
@sound.play(shutter)
|
|
@register.register(Radio3fshuttersopen)
|
|
:endif
|
|
:end |