fix Battle Bar Caps
This commit is contained in:
parent
f8ea96a577
commit
f080e1129f
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(ChuckRematchTalk)>=false
|
||||
@text.show(Yo <player.name>,~good to see you!*I'd love to battle you again~but I am currently in the~middle of my training session.*Hah!~Here's an idea,~I recently heard of a place~in Goldenrod called the~battle bar.*If you would like to witness~my new skills I can be there~some mornings.*If you're up to the challenge~that is, Yahaha!)
|
||||
@text.show(Yo <player.name>,~good to see you!*I'd love to battle you again~but I am currently in the~middle of my training session.*Hah!~Here's an idea,~I recently heard of a place~in Goldenrod called the~Battle Bar.*If you would like to witness~my new skills I can be there~some mornings.*If you're up to the challenge~that is, Yahaha!)
|
||||
@register.register(ChuckRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(WhitneyRematchTalk)>=false
|
||||
@text.show(Hi there!~So good to see you again!*I've been so bored lately,~we should totally have a~rematch!*Um, have you heard about~this new Battle bar?*It's supposed to be like the~coolest place in town!*If you want I could be~there in the evenings.*Don't be late!)
|
||||
@text.show(Hi there!~So good to see you again!*I've been so bored lately,~we should totally have a~rematch!*Um, have you heard about~this new Battle Bar?*It's supposed to be like the~coolest place in town!*If you want I could be~there in the evenings.*Don't be late!)
|
||||
@register.register(WhitneyRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(JasmineRematchTalk)>=false
|
||||
@text.show(...Um*hello <player.name>.*I would like to thank you~again for helping me back~then at the lighthouse.*Ampharos has been completely~healthy, all thanks to you...*Um...*a battle bar?*I don't usually leave the city~too much but I could start~showing up there.*How do a few afternoons sound?*Um...*I'll see you there then, ok?)
|
||||
@text.show(...Um*Hello, <player.name>.*I would like to thank you~again for helping me back~then at the lighthouse.*Ampharos has been completely~healthy, all thanks to you...*Um...*a battle bar?*I don't usually leave the city~too much but I could start~showing up there.*How do a few afternoons sound?*Um...*I'll see you there then, ok?)
|
||||
@register.register(JasmineRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
version=2
|
||||
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(SurgeRematchTalk)>=false
|
||||
@text.show(Well look who it is!*What brings you~back here kid?*The battle bar?*Sounds like the perfect~place for some training!*How do a few afternoons~sound?*You'd better be there too~kiddo, that's a veterans~promise!)
|
||||
@text.show(Well look who it is!*What brings you~back here kid?*The Battle Bar?*Sounds like the perfect~place for some training!*How do a few afternoons~sound?*You'd better be there too~kiddo, that's a veterans~promise!)
|
||||
@register.register(SurgeRematchTalk)
|
||||
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
||||
:end
|
||||
|
|
Loading…
Reference in New Issue