mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
version=2
|
|
|
|
@text.show(Do you want to view~the Mystery Events?)
|
|
@options.show(Yes,No)
|
|
:when:Yes
|
|
@screen.mysteryevent
|
|
:when:No
|
|
@text.show(Come back later.)
|
|
:endwhen
|
|
|
|
:end |