TechSkylander1518 submitted a new resource:
Textbook Script - Big bunches of text without needing to scroll through them!
Read more about this resource...
Textbook Script - Big bunches of text without needing to scroll through them!
Love lore dumps but hate scrolling through little textboxes? Boy do I have a script for you!
Code
Ruby:def textbook(book) # oldsprites = pbFadeOutAndHide(@sprites) scene = Textbook_Scene.new screen = TextbookScreen.new(scene) screen.pbStartTextbookScreen(book) yield if block_given...
Read more about this resource...