Double post XD Didn't want to edit. Making sure this gets bumped.
HAAHHAHAHAHA SO DANG EASY!!!! XD Well, since the error was "unidentified method," we shall have to make one!
class FullScreen
def initialize
$game_system.se_play($data_system.decision_se)
$showm = Win32API.new 'user32', 'keybd_event', %w(l l l l), ''
$showm.call(18,0,0,0)
$showm.call(13,0,0,0)
$showm.call(13,0,2,0)
$showm.call(18,0,2,0)
end
end
Add that just before Main (just in case
) and call it with a call script that has this:
FullScreen.new
XD Falcon, no wonder you didn't tell him. You're a meanie like Zeriab who makes other people give the answers.