CaptainSegis 56619c4db9 - Added a bit of content to the basement
- Fixed an important crash related to time based registers
2018-08-31 19:45:19 -05:00

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