Write Item's Help Text in message box?

● ARCHIVED · READ-ONLY
Started by Otto 3 posts View original ↗
  1. Howdy!
    Is there a way to write an Item's help text into a message box?

    I mean, yes, obviously I know I could literally write the same exact text into a message box but I was wondering if there's a way to extract it from the database, so if I change it in the future I don't have to go back and edit every instance in which that message box is showed...
  2. Code:
    $game_variables[33] = $data_items[1].description
    Then use variable to display text in message box
  3. Wait, variables can be text? O:
    That's a cool feature I didn't know O:

    Thanks man :)