Advertisement
PikalaxALT

Untitled

Mar 3rd, 2016
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. DummyScript:
  2. loadfont
  3. writetext Text1
  4. yesorno
  5. iffalse .refused
  6. writetext Text2
  7. waitbutton
  8. .refused
  9. closetext
  10. end
  11.  
  12. Text1:
  13. text "This is a thing."
  14. line "It prints text."
  15.  
  16. para "Pressing A cleared"
  17. line "the last two lines"
  18. cont "and now we scroll."
  19. done
  20.  
  21. Text2:
  22. text "Now you under-"
  23. line "stand how text"
  24.  
  25. para "works in #MON"
  26. line "CRYSTAL!"
  27. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement