Notebook Script?

● ARCHIVED · READ-ONLY
Started by Masochistic-Bipper 3 posts View original ↗
  1. So, when I look up "Notebook Script" I come up with logs, quest prompts, and a few that I want -- in RGSS2.
     
    Basically, when I think of "Notebook Script" I think "I want my player to write something down freely, not a questing script that I have to follow.
     
    If you know how to do this or find a "Notebook Script", I'd love it if you commented down there.  :thumbsup-left:   :wub:   :thumbsup-right:  

    Spoiler
    Also, if you want the notebook script for VX, I'll happily get it for you.
  2. Basically your notebook script needs several functions that are currently distributed between several scripts as far as I know.


    1) you need a console script that enables full text input - by default Ace has only limited keyboard support.


    2) you'll need some sort of journal script that creates the pages(screens) where the player can write something


    3) you'll need a script modification that combines the first two scripts and saves any changes to the notebook's pages into the savegame.


    There should be one console script and a few journaling scripts on the master script list, but most probably you'll have to request someone to make you the third part - I don't remember seing that anywhere on the master script list or here in the forum.
  3. Danke, Andar.  Really means a bunch for the help. I'll start searching~! Don't close this yet as somebody might have seen something like this.