17 lines
908 B
Plaintext
17 lines
908 B
Plaintext
version=2
|
|
@Text.show(Choose floor:)
|
|
@Options.show(First floor,Second floor,Third floor,Fourth floor,Fifth floor,Sixth floor)
|
|
:when:First floor
|
|
@Text.show(1F Service Counter)
|
|
:when:Second floor
|
|
@Text.show(2F Trainer's Market)
|
|
:when:Third floor
|
|
@Text.show(3F TM Shop)
|
|
:when:Fourth floor
|
|
@Text.show(4F Wiseman Gifts)
|
|
:when:Fifth floor
|
|
@Text.show(5F Drug Store)
|
|
:when:Sixth floor
|
|
@Text.show(6F Rooftop Square)
|
|
:endwhen
|
|
:end |