Charas-Project

Game Creation => Requests => Tutorials => Topic started by: rm2k3_rulez on June 02, 2008, 04:48:55 AM

Title: Message Coding for Rm2k3
Post by: rm2k3_rulez on June 02, 2008, 04:48:55 AM
Ok most of you know some of these already. But do you know how to make a smiley in a message? I do. I'll post all of theh codings here.
Coding 1:
\n[n] Shows Hero's Name. The N between [] = the ID of the Hero.
\c
\v
\s
\\ Shows the character\
\$ Shows the amount of money held.
\! Displays the remainder of the message when the player presses a key.
\. Adds a 1/4 second delay to the rest of the message.
\| adds a 1 second delay to the rest of the meesage.
\>[]\< Shows the message between [] instantly. (Dont include the [] symbols)
\^ Closes the message window without pressing a key
\_ SHows half a space

Special Symbols Using the $ Character
Inventory Symbols
$A=Sword
$B=Shield
$C=Star of Solomen
Planet Symbols (If you've played yu-gi-oh frobidden memories for ps1, then you'll understand what these are)
$D=Sun
$E=Moon
$F=Mercury
$G=Venus
$H=Earth
$I=Mars
$J=Jupiter
$K=Saturn
$L=Uranus
$M=Neptune
$N=Pluto
Horoscope Signs
$O=Aries
$P=Taurus
$Q=Gemini
$R=Cancer
$S=Leo
$T=Virgo
$U=Libya
$V=Scorpia
$W=Sagittarius   
$X=Capricorn
$Y=Aquarius
$Z=Pisces
Assorted Symbols (Use lowercase letters)
$a=Face (Smile
$b=Face (Normal
$c=Face (Frowny
$d=Sweat 1
$e=Sweat 2
$f=Spade Clear
$g=Heart Clear
$h=Diamond Clear
$i=Club Clear
$j=Spade Fill
$k=Heart Fill
$l=Diamond Fill
$m=Club Fill
$n=Skull
$o=Cross
$p=Sun
$q=Moon
$r=Dot (small yen)
Arrows
$s=Up
$t=Right
$u=Down
$v=Left
$w=Up-Right
$x=Down-Right
$y=Down-Left
$z=Up-Left

There's all the symbols. Hope you enjoy them and tell me what you think. It took me awhile to gather these off the internet so....I would've just used the help file but I have vista and for some reason it wont open any help files.

EDIT:If I am missing any please let me know.
EDIT2: In case anyone didnt know this each line can hold 50 characters including spaces and if you use a Face then it can only hold 38 characters including spaces.
Title:
Post by: shinotebasiiackh on June 02, 2008, 05:29:16 AM
Text colors in rm2k/3 (using most system graphics, that is)

\C[0] Normal color(Light blue)
\C[1] Blue
\C[2] Orange
\C[3] Grey
\C[4] Yellow
\C[5] Dark red
\C[6] Purple
\C[7] Pink
\C[8] Shinning orange
\C[9] Green
\C[10] Dark blue
\C[11] Red
\C[12] Snots green
\C[13] Dark purple
\C[14] Gold
\C[15] Light green
\C[16] Dark dark purple
\C[17] Grey-blue
\C[18] Dark green
\C[19] Brown
Title:
Post by: rm2k3_rulez on June 02, 2008, 05:32:43 AM
I'm pretty sure I didnt miss that. I said that look at your system to see the colors. But thank you. People probably got confused if they read that.
Title:
Post by: Prpl_Mage on June 02, 2008, 05:47:08 AM
I have the same problem as you ... Vista is a fag and won't open the heplp guides. Hate it.
Title:
Post by: rm2k3_rulez on June 02, 2008, 05:52:23 AM
prplemage. I just made a vista tip. Read it at
http://charas-project.net/forum/showthread.php?threadid=22878&forumid=29&catid=6
It allows you to read the help files if you read the instructions.
Title:
Post by: shinotebasiiackh on June 04, 2008, 02:55:30 AM
Quote
Originally posted by rm2k3_rulez
I'm pretty sure I didnt miss that. I said that look at your system to see the colors. But thank you. People probably got confused if they read that.


Oh snap, I missed that, actually. Must have cruised over it on your post  :p

Might be helpfull anyway though.