14 lines
1.1 KiB
Plaintext
14 lines
1.1 KiB
Plaintext
version=2
|
|
:if:<register.registered(pewterwings)>=False <and> <register.registered(kimono_tinwhirl_story)>=False
|
|
@text.show(Oh, so you came all~the way from Johto to here!*I remember my old days when~I used to travel~around Johto too.*Here, have this, it's a gift.)
|
|
:if:<register.registered(silver_wing_radio_tower)>=True
|
|
@item.give(178,1)
|
|
@item.messagegive(178,1)
|
|
:else
|
|
@item.give(71,1)
|
|
@item.messagegive(71,1)
|
|
:endif
|
|
@register.register(pewterwings)
|
|
:endif
|
|
@text.show(Going to new, unknown places~and seeing new people...*These are joys of travel!)
|
|
:end |