17 lines
924 B
Plaintext
17 lines
924 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 BATTLE COLLECTION)
|
|
:when:Fourth floor
|
|
@Text.show(4F MEDICINE BOX)
|
|
:when:Fifth floor
|
|
@Text.show(5F TM CORNER)
|
|
:when:Sixth floor
|
|
@Text.show(6F ROOFTOP SQUARE)
|
|
:endwhen
|
|
:end |