21 lines
2.5 KiB
Plaintext
21 lines
2.5 KiB
Plaintext
version=2
|
|
@text.show(¡Hola!~¡Soy Daziman!*Errrmm...~Sorry,~I forgot that this~is in English...*I'm Daziman, one~of the first members~of the forum and a~very old \*gasp\*~and disappeared \*gasp\*~Staff member.*I was trying to~sleep while listening~to a lovely song~but...~someone...~spoke...~to me...~Anyway, you must~be very bored~talking with me,~it reminds me the~eternal conversation~with the Slowpokes~from Azalea Town...*...*...*...yawn?*Yes!~Wonderful moments.~Well, I need to go~back to slee...~I mean...~update Daziman's Epic~HD Music Pack...~yeah...~there will be an~update...~eeehh...~soon...~Bye!*...*...*Wait!)
|
|
:if:<register.registered(dazipotion)>=false
|
|
@text.show(I pre-ordered~Pokémon Alpha Sapphire~and I just have too~many of these...)
|
|
@item.give(18,1)
|
|
@item.messagegive(18,1)
|
|
@register.register(dazipotion)
|
|
:end
|
|
:else
|
|
@text.show(Well...~you are still here...*Do you want to~trade my Shiny Diance~for the first Pokémon~in your Party?)
|
|
@options.show(YES!,No Way)
|
|
:when:YES!
|
|
@text.show(What?*You want to~give me that filthy~Pokémon for my~Shiny Diance?*Please go away and~never come back!)
|
|
:end
|
|
:when:No Way
|
|
@text.show(Well...*Maybe I should accept~Joey's offer:*A top percentage~Rattata.)
|
|
:end
|
|
:endwhen
|
|
:endif
|
|
:end
|
|
|