P3D-Legacy/P3D/Content/Data/Scripts/radiotower/radioshutters.dat

10 lines
482 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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