A downloadable mod

Download NowName your own price

A script to make a lore book where you tag an item and it shows books, letters, notes or anything you want to display and player can read whenever he wants.

How it works:

  •  Make a folder inside project /Materials/LoreBooks/ (any text file you place here player can read, must be same name in folder and inside script)
  •  Write in Common Events tab (name it however you want e.g.: Lorebook)  a scriptcall SceneManager.call(Scene_LoreBook)
  •  Tag an item, the "Effects", with Common Event (in this case Common Event is named Lorebook). 
  • IMPORTANT inside script:
    LORE_ITEM_ID = #   (# = ID of item that you interact inside inventory to open the scene)
  • $game_party.unlock_random_book  to get random book 
  • $game_party.unlock_book(2) specific book just change number 

Download

Download NowName your own price

Click download now to get access to the following files:

Glitchilix Lorebooks Vx Ace.txt 6.8 kB

Leave a comment

Log in with itch.io to leave a comment.