mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
9 lines
422 B
Plaintext
9 lines
422 B
Plaintext
version=2
|
|
:if:<register.registered(alph_walk_through)>=True
|
|
@register.Unregister(alph_walk_through)
|
|
:endif
|
|
|
|
:if:<register.registered(alph_firstdoor)>=False
|
|
@Register.register(alph_firstdoor)
|
|
:endif
|
|
:end |