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

22 lines
1.9 KiB
Plaintext

version=2
:if:<register.registered(enethilbattle)>=False
@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!)
@battle.setvar(canblackout,false)
:if:<register.registered(nationaldex)>=false
@battle.trainer(kolben\Enethil)
:else
@battle.trainer(kolben\Enethil2)
:endif
:if:<battle.won>=true
@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?)
:else
@text.show(Shouldn't you be~on your way?)
:endif
@pokemon.heal
@register.registertime(enethilbattle,1,day)
:else
@text.show(Next time we meet~I am going to be even~stronger.*Once you've obtained~the National Pokédex, come back~and we'll have another battle.)
:endif
:end