From 851ee5ae15b9834e2bbadb34c9ab18b2c8c2929a Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 6 Apr 2017 17:19:05 -0700 Subject: [PATCH] Comment accidental script changes --- scripts/Main.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/Main.rb b/scripts/Main.rb index 23afb7e..8cbcc77 100644 --- a/scripts/Main.rb +++ b/scripts/Main.rb @@ -26,6 +26,10 @@ begin $scene = Scene_Title.new Oneshot.allow_exit false Oneshot.exiting false + +# x = Oneshot.textinput("Foo Bar") +# print("#{x}") + # Call main method as long as $scene is effective while $scene != nil $scene.main