14 lines
942 B
Plaintext
14 lines
942 B
Plaintext
version=2
|
|
:if:<register.registered(slowpoketail_fatguy)>=False
|
|
@Register.register(slowpoketail_fatguy)
|
|
@player.Turn(1)
|
|
@npc.Turn(9,2)
|
|
@Text.show(How would you like~to have this~tasty, nutritious~Slowpoketail?*For you right now,~just $1,000,000!*You'll want this!)
|
|
@Options.show(Yes,No)
|
|
:when:Yes
|
|
@Text.show(Tch! I thought~kids these days~were loaded...)
|
|
:when:No
|
|
@Text.show(Tch! I thought~kids these days~were loaded...)
|
|
:endwhen
|
|
:endif
|
|
:end |