Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DummyScript:
- loadfont
- writetext Text1
- yesorno
- iffalse .refused
- writetext Text2
- waitbutton
- .refused
- closetext
- end
- Text1:
- text "This is a thing."
- line "It prints text."
- para "Pressing A cleared"
- line "the last two lines"
- cont "and now we scroll."
- done
- Text2:
- text "Now you under-"
- line "stand how text"
- para "works in #MON"
- line "CRYSTAL!"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement