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

24 lines
587 B
Plaintext

version=2
:if:<register.registered(segisbattle)>=False
@text.show(Segis: Hello! Wanna walk~the plank today?)
@options.show(Yes,No)
:when:Yes
@text.show(Then let me show you the power~of the master type!)
@battle.setvar(canblackout,false)
@battle.trainer(kolben\segis)
:if:<battle.won>=true
@text.show(Flushed away...)
:else
@text.show(Cool.)
:endif
@pokemon.heal
@register.registertime(segisbattle,1,day)
:end
:when:No
@text.show(Water disappointment.)
:end
:endwhen
:else
@text.show(Flushed away...)
:endif
:end