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...
Write Item's Help Text in message box?
● ARCHIVED · READ-ONLY
-
-
Code:Then use variable to display text in message box
$game_variables[33] = $data_items[1].description -
Wait, variables can be text? O:
That's a cool feature I didn't know O:
Thanks man :)