#==================================================================# ** HOW TO USE **# * use event command 'Script...' for the any script line below~#-----------------------------------------------------------------# 1. Setup this script in SETUP part below# 2. To set text to character's textbox, call script:# set_text(character, new_text)## * character: What character you want to set this text?# ** -1 for 'Player', 0 for 'This Event', and 1 or more for Event ID# * new_text: What is the text you want to show?# ** write text in 'text here' or "text here"# For example:# set_text(10,'Hello!')# * Script above will show text 'Hello!' over event ID 10.## 3. To clear textbox, call script:# set_text(character, '')#==================================================================
Script 'Window_Base' line 37: RGSSError occurrend.disposed window