Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Bbcode in rmvx's messages

Bbcode Messages
Version
v 0.6
Author
Berka
Release Date
27/11/2008
Exclusive Script at RpgMakerVX-fr.com

Introduction
Here is a script to add the management of bbcode in your messages!
(sorry for my poor English

Features
Code:
 [b]...[/b] bold == [strong]...[/strong]
 [i]...[/i] italic
 [o]...[/o] non-shaded
 [size=i]...[/size] letters size
 [color=#FFFFFF]...[/color] hexa color
 [color=black]...[/color] named color
 [list]•...•...[/list] check list
 [list=1]•...•...[/list] numbers list
 [u]...[/u] underscored
 ... strike == [strike]...[/strike]
 ... police
 ... exposant (sorry for french)
 [blur]...[/blur]
 img_name[/img]

Script
Code:
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
#					Bbcode messages  v 0.6			  Rgss2
#	par berka							[url=http://www.rpgmakervx-fr.com]www.rpgmakervx-fr.com[/url]
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
# permet l'utilisation de certaines balises bbcode dans les messages de rmvx
#
# [b]...[/b] gras == [strong]...[/strong]
# [i]...[/i] italique
# [o]...[/o] non ombré
# [size=i]...[/size] taille des caractères
# [color=#FFFFFF]...[/color] couleur hexadecimale 
# [color=black]...[/color] couleur nominale html
# [list]•...•...[/list] liste à puce
# [list=1]•...•...[/list] liste à chiffres
# [list=a]•...•...[/list] liste à lettre
# [u]...[/u] souligné 
# ... barré == [strike]...[/strike]
# ... police
# ... exposant
# ... ombre portée
# ... ombre portée
# [blur]...[/blur] flou
# nom de l'image sans extention[/img] insertion image (placée dans Graphics/system)
# d'autres fonctions viendront;^)
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
$KCODE="UTF8"
module Berka
  module Bbcode
	Puce="â—
 
Aww sweet! Génial mais surtout vraiment original le script! :)
I'm actually working on an advanced message system for VX and was going to implement a couple of features like that, but not in a BBcode format.
You did a nice job, congrats! :thumb:
 
thanks ! et j'suis vraiment impressionné de te voir "maîtriser" ma langue !
if someone has any ideas about other new tags !
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top