Yanfly's System Options- Blank Spots

Sixth

Veteran
Veteran
Joined
Jul 4, 2014
Messages
2,162
Reaction score
823
First Language
Hungarian
Primarily Uses
RMVXA
This snippet should do what you want:

class Window_SystemOptions < Window_Command

def cursor_up(wrap = false)
old_oy = self.oy
super(wrap)
if current_symbol == :blank
if @index == 0 && (!wrap || old_oy != 0)
cursor_down
else
cursor_up(true)
end
end
end

def cursor_down(wrap = false)
super(wrap)
cursor_down(true) if current_symbol == :blank
end

def cursor_pagedown
super
cursor_up(true) if current_symbol == :blank
end

def cursor_pageup
super
cursor_down(true) if current_symbol == :blank
end

end



Place it below the System Options script.
 

Labyrinthine

Artist/ Developer
Veteran
Joined
Jun 23, 2014
Messages
454
Reaction score
403
First Language
Finnish
Primarily Uses
A perfect piece of coding! Thank you! :)
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Don't forget, aspiring writers: Personality isn't what your characters do, it is WHY they do it.
Hello! I would like to know if there are any pluggings or any way to customize how battles look?
I was thinking that when you start the battle for it to appear the eyes of your characters and opponents sorta like Ace Attorney.
Sadly I don't know how that would be possible so I would be needing help! If you can help me in any way I would really apreciate it!
The biggest debate we need to complete on which is better, Waffles or Pancakes?
rux
How is it going? :D
Day 9 of giveaways! 8 prizes today :D

Forum statistics

Threads
106,047
Messages
1,018,540
Members
137,834
Latest member
EverNoir
Top