P3D-Legacy/P3D/Content/Data/Scripts/rocketbase/gate1.dat

12 lines
654 B
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(passhail)>=True
@Text.show(The door's closed...*<player.name> entered~the password.*The door opened!)
@sound.play(shutter)
@Register.register(gate1open)
@Entity.Warp(9,0,-1,0)
@Entity.Warp(10,0,-1,0)
:end
:endif
@Text.show(The door is closed...*It needs a password to open.)
:end