mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-16 07:18:32 +02:00
10 lines
798 B
Plaintext
10 lines
798 B
Plaintext
version=2
|
|
:if:<register.registered(TRTmatch)>=true
|
|
@text.show(Looks like we've been~blasted off again!)
|
|
:else
|
|
@text.show(<battle.intromessage(gymrematch\james)>)
|
|
@battle.trainer(gymrematch\jessie)
|
|
@text.show(Blasted off?~A twerp beat us again?*Nevermind that.~Once we reunite with~our boss, we'll~be unstoppable.*Get lost, twerp!)
|
|
@register.registertime(TRTmatch,1,day)
|
|
:endif
|
|
:end |