left right right
left_navi_top

Characters Textbox V1.0 Braucht keine Sprache RPG Maker VX Läuft manchmal Benötigt kein SDK Benötigt kein APD Kein Mex-Code

Autor Autor woratana
Läuft Läuft Läuft manchmal
4.5
Average: 4.5 (2 votes)
Your rating: Keines

Inhaltsverzeichnis Inhaltsverzeichnis1. Einleitung
2. Features
3. Instruction4. Author's Notes

1. Einleitung

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
  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"

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.

Inhaltsverzeichnis Inhaltsverzeichnis1. Allgemein Allgemein
2. Kompatibilität Kompatibilität3. Statistiken Statistiken
4. Hilfe Hilfe

1. Allgemein Allgemein

Sprache Sprache Braucht keine Sprache
Maker Maker RPG Maker VX
SDK SDK Benötigt kein SDK
APD APD Benötigt kein APD
Mex Mex Kein Mex-Code
RDoc Documentation RDoc Documentation

2. Kompatibilität Kompatibilität

2.1. Used Classes Used Classes

  • Game_Character
  • Game_Interpreter
  • Game_System
  • Sprite_Character
  • Window_CharTBox

2.2. Used Modules Used Modules

  • Wora_CTB

2.3. Used Global Variables Used Global Variables

  • $@
  • $game_map
  • $game_system
  • $game_variables
  • $worale

2.4. Aliasses 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 $@

3. Statistiken Statistiken

Dateien Dateien 2
Classes Classes 6
Module Module 1
Methods Methods 7
Elapsed Elapsed 0.8s
Erstellt Erstellt 23.12.2008
Aktualisiert Aktualisiert 01.10.2009
Counter Counter

4. Hilfe Hilfe

Was ist ein Maker? Was ist ein Maker?
Was ist RGSS? Was ist RGSS?
Inhaltsverzeichnis Inhaltsverzeichnis1. Installation Installation
2. Quellcode Quellcode

1. Installation Installation

  1. Ö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: Quellcode Weiterlesen Weiterlesen
Probleme? Frag doch im Forum nach! Probleme? Frag doch im Forum nach!

2. Quellcode Quellcode

Anzeigen Anzeigen
CharactersTextbox.rb CharactersTextbox.rb (6.13 KB)
Monsters Script Explorer Monsters Script Explorer
Permalink Permalink
XML XML
Forumlink Forumlink
HTMLlink HTMLlink
Forumthema Forumthema


bottom bottom bottom