P3D-Legacy/P3D/Content/Data/Scripts/kolben/enethil.dat

22 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.registered(enethilbattle)>=False
2019-10-16 04:35:07 +02:00
@text.show(Enethil: Haydos,~Darkfire~aaand send.*I look foward to...*Err...*Hello there,~I didn't see you there.*I am Enethil, and I'm one of~the strongest trainers~in this tower.*~since you are here,~why don't we have~a battle, and show you~what my team can do!)
2016-09-07 18:50:38 +02:00
@battle.setvar(canblackout,false)
:if:<register.registered(nationaldex)>=false
@battle.trainer(kolben\Enethil)
:else
@battle.trainer(kolben\Enethil2)
:endif
:if:<battle.won>=true
2019-10-16 04:35:07 +02:00
@text.show(I lost...~I really shouldn't have,~boasted so much, huh?*It was fun though.*Perhaps we can have~another battle some~other time?)
2016-09-07 18:50:38 +02:00
:else
2019-10-16 04:35:07 +02:00
@text.show(Shouldn't you be~on your way?)
2016-09-07 18:50:38 +02:00
:endif
@pokemon.heal
@register.registertime(enethilbattle,1,day)
:else
2019-10-16 04:35:07 +02:00
@text.show(Next time we meet~I am going to be even~stronger.*Once you've obtained~the National Pok<00>dex, come back~and we'll have another battle.)
2016-09-07 18:50:38 +02:00
:endif
:end