Charas-Project

  • Home
  • Help
  • Search
  • Calendar
  • Login
  • Register
*
Please login or register.

Login with username, password and session length
 

News:

Click here to join us on IRC (#charas on irc.freenode.net)!



  • Charas-Project »
  • Game Creation »
  • Requests »
  • Tutorials »
  • Message Coding for Rm2k3
« previous next »
  • Print
Pages: [1]

Author Topic: Message Coding for Rm2k3  (Read 5019 times)

Offline rm2k3_rulez

  • Halo 3 is da bomb!!!
  • Initiate
  • *
  • Posts: 78
  • love games got 2 dogs and a lil bro school sux like always.
Message Coding for Rm2k3
« 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
  • Shows a color of text. #=the number of a color. #'s between o-19. Look at the colors on the System 1 set to see which one's which.

\v
  • Shows the amount that a variable has. #= the ID of the variable.

\s
  • Changes the text speed. #=the number of the speed you want. A # 1-20 1 being the Fastest.

\\ 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.
Logged
Happy is Frowny, Frowny is Happy. Happy brings laughter but then brings tears, which causes Frowny. Frowny makes everybody depressed but then things work out just fine. So question is now, which one are you when Happy is Frowny and Frowny is Happy?

shinotebasiiackh

  • Guest
(No subject)
« Reply #1 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
Logged

Offline rm2k3_rulez

  • Halo 3 is da bomb!!!
  • Initiate
  • *
  • Posts: 78
  • love games got 2 dogs and a lil bro school sux like always.
(No subject)
« Reply #2 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.
Logged
Happy is Frowny, Frowny is Happy. Happy brings laughter but then brings tears, which causes Frowny. Frowny makes everybody depressed but then things work out just fine. So question is now, which one are you when Happy is Frowny and Frowny is Happy?

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
(No subject)
« Reply #3 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.
Logged
Cool RPGM Project!
Sprite till you die

Oh my god, this was ...10 years ago...

Offline rm2k3_rulez

  • Halo 3 is da bomb!!!
  • Initiate
  • *
  • Posts: 78
  • love games got 2 dogs and a lil bro school sux like always.
(No subject)
« Reply #4 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.
Logged
Happy is Frowny, Frowny is Happy. Happy brings laughter but then brings tears, which causes Frowny. Frowny makes everybody depressed but then things work out just fine. So question is now, which one are you when Happy is Frowny and Frowny is Happy?

shinotebasiiackh

  • Guest
(No subject)
« Reply #5 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.
Logged

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • Tutorials »
  • Message Coding for Rm2k3
 

  • SMF 2.0.10 | SMF © 2015, Simple Machines
  • XHTML
  • 2O11
  • RSS
  • WAP2
  • Simple Machines Forum