mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
15 lines
662 B
Plaintext
15 lines
662 B
Plaintext
version=2
|
|
:if:<register.registered(alph_firstdoor)>=false
|
|
@register.unregister(alph_walk_through)
|
|
:end
|
|
:endif
|
|
:if:<register.registered(alph_walk_through)>=false
|
|
@register.unregister(alph_firstdoor)
|
|
:end
|
|
:endif
|
|
|
|
@register.unregister(alph_firstdoor)
|
|
@register.unregister(alph_walk_through)
|
|
|
|
@Player.Warp(9,0.1,11)
|
|
:end |