This script will create the text box for each character (Player and events).
You can set and remove text for each character by call script.
You can also set SE for textbox, and change textbox properties (Position / Opacity / Windowskin).
2. Features
Show Textbox above character (Player and/or Event)
Change textbox's opacity and position (in script)
Choose to use sound effect when show textbox (in script)
3. Instruction
Setup script in the SETUP part
There is instruction in the script
Setup this script in SETUP part below
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"
3.1. For example
set_text(10,'Hello!')
* Script above will show text 'Hello!' over event ID 10.
3.2. To clear textbox, call script:
set_text(character, '')
4. Author's Notes
Free for use in your work if credit is included.
Please do not redistribute this script without permission. If you want to post it on any forum, please link to this topic.
1. Allgemein
Sprache Braucht keine Sprache Maker RPG Maker VX SDK Benötigt kein SDK APD Benötigt kein APD Mex Kein Mex-Code RDoc Documentation
2. Kompatibilität
2.1. Used Classes
Game_Character
Game_Interpreter
Game_System
Sprite_Character
Window_CharTBox
2.2. Used Modules
Wora_CTB
2.3. Used Global Variables
$@
$game_map
$game_system
$game_variables
$worale
2.4. Aliasses
alias wora_chartbox_sprcha_upd update
alias wora_chartbox_sprcha_dis dispose
alias wora_chartbox_gamcha_ini initialize
alias wora_chartbox_gamint_com201 command_201 unless $@
Öffne dein Projekt mit dem Maker. Danach öffne mit F11 den RGSS Editor, scrolle links die Liste bis zum Schluss. Klicke dann rechts auf 'Main' und dann 'Insert'. Nenne das neue Skript Characters Textbox V1.0 und füge auf der rechten Seite ein: QuellcodeWeiterlesen