http://www.rpgmakervxace.net/topic/9761-xs-history-book/
Can you add unlimited Books? or is it just 1?
Can you add more then 1 book to this script?
● ARCHIVED · READ-ONLY
-
-
From reading the script you can have many.
# This script adds a new scene to your game, which can be called by the
# following script call:
# SceneManager.call_ext(Scene_HistBook, :symbol)
#
# Example:
# SceneManager.call_ext(Scene_HistBook, :ancient_book)
# EXAMPLE 1.
:ancient_book => [%{Oh haaai... Latin text!
Qui id vide molestie, graeco evertitur conceptam at est. Te vis erant convenire, wisi
vidisse expetendis mea ex, eos in dicant graeco. Eum eu novum decore, ei qui
mundi labitur inciderint, eam ne partem nullam. Eam mutat aeque fabulas in. Quis
consequat cu est, soluta iriure no , ad pro feugiat perpetua. Id mel wisi ridens
reprimique, no has adhuc affert.},
%{This is the next page. Fantastic right?},
%{Yet another page... Awesome.}],
# EXAMPLE 2.
:a_history_of_madness => [%{Testing with some 'quotes'. This doesn't "work" or?!}],
} # Don't remove this line!
#--------------------------------------------------------------------------#
Pretty sure you can add as many as you want. Just read the description -
I've moved this thread to script support. Please be sure to post your threads in the correct forum next time. Thank you.