Nice Quest Board System. It'll fit snugly to lots of games.
Being an eventer myself, I could only go through and understand about 80% of the events. The only things that I couldn't understand was the scripts.
There was one that piqued my interest and it was the Common Events "Quest 1", "Quest 2", and "Quest 3".
An example of a part of "Quest 1" Common event:
CODE
$game_variables[5].between?(56,(56+84))
CODE
$game_variables[6].between?(78,(78+115))
The above script codes were in the conditional branches. I'd like to know if we could replace the values 84 and 115 with codes that maps to the image's dimensions. So if I were to use a different image having different dimensions, I wouldn't have to change the numbers all over again.
EDIT:
And is there a purpose for the Button Input Processing Event? I couldn't find anything that relates to it.
Thanks in advance by the way.