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 »
  • RPG Maker Programming »
  • My Rpg maker 2003 didnt come with a help
« previous next »
  • Print
Pages: [1]

Author Topic: My Rpg maker 2003 didnt come with a help  (Read 6298 times)

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
My Rpg maker 2003 didnt come with a help
« on: July 31, 2012, 01:44:19 AM »
When I had rpg maker 2003 years ago, it had a help section. In there it had notes of little neat things like /n showed name or $ showed symbol or stuff like that. Is there a list of all the little things like that?
Logged

Offline Moosetroop11

  • Sage
  • *
  • Posts: 7,398
Re: My Rpg maker 2003 didnt come with a help
« Reply #1 on: July 31, 2012, 02:10:18 AM »
Yeah, I used to have the list. I'm sure you could still find it on google...
Logged
Maaaaaaaaaaaaaaaaaaaaaaaaaaan I missed this place.

Quote from: drenrin2120
Maaaaaaaaaaaaaaaaaaan I missed you.

Quote from: fruckert
Maaaaaaaaaaaaaaan I missed that welcome.

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: My Rpg maker 2003 didnt come with a help
« Reply #2 on: July 31, 2012, 06:46:22 AM »
Quote from: lucas_irineu on July 31, 2012, 03:08:06 AM
Prpl has a handy text file with all that. If he shows up he will probably post it!

As for the RPG Maker Help, it doesn't seem to work on newer versions of Windows or something along those lines.

True and true.

Help file just don't work with anything after win XP.

Quote
Coding 1:
\n[n] Shows Hero's Name. The N between [] = the ID of the Hero.
(These three got a # in brackets. Forum makes those into a list. so I made some space, there should be o space when using.)
\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
$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

\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

Note that the colours depend on your "System" file. As in, the thing that decides your games background and such. Starting from the upper row of colours from left to right and then the same tihng for the lower row.
« Last Edit: July 31, 2012, 06:48:33 AM by Prpl_Mage »
Logged
Cool RPGM Project!
Sprite till you die

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

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
Re: My Rpg maker 2003 didnt come with a help
« Reply #3 on: July 31, 2012, 02:46:08 PM »
Yay! This is exactly what I wanted, thank you! :bend:
Logged

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
Re: My Rpg maker 2003 didnt come with a help
« Reply #4 on: August 03, 2012, 11:31:03 PM »
When I put in \n[n] for Heros name, the game stops and has an error message that says "event script referenced a hero that does not exist"?
Logged

Offline fruckert

  • Star-Star-Star-Star
  • Sage
  • *
  • Posts: 8,148
  • Not intended for public consumption
Re: My Rpg maker 2003 didnt come with a help
« Reply #5 on: August 04, 2012, 04:14:38 AM »
\n[n] where n = Hero ID.
So, n will not work.
Logged
Quote
Ellie: I had a slice of ham in my hand. I was going to drop it, so I slapped it hard. It attached itself to the wall

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
Re: My Rpg maker 2003 didnt come with a help
« Reply #6 on: August 04, 2012, 04:37:54 PM »
So what do put for n?
Logged

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: My Rpg maker 2003 didnt come with a help
« Reply #7 on: August 04, 2012, 06:24:55 PM »
In the database your heroes are on a list from 1 to whater the number of heroes you have.  Where the hero at the top is number 1 (as seen by the ID next to the name)

\n[1] or such
« Last Edit: August 04, 2012, 06:34:24 PM by Prpl_Mage »
Logged
Cool RPGM Project!
Sprite till you die

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

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
Re: My Rpg maker 2003 didnt come with a help
« Reply #8 on: August 04, 2012, 06:33:07 PM »
Ah. Okay, I was thinking it was a function that could say the players name that was in the lead party. Is there such a thing?
Logged

Offline Prpl_Mage

  • Administrator
  • Sage
  • *
  • Posts: 7,645
  • The Administrator Mage
    • Check out our itch website
Re: My Rpg maker 2003 didnt come with a help
« Reply #9 on: August 04, 2012, 07:00:19 PM »
I think that \n[0] shows the name of the current hero in lead.
Logged
Cool RPGM Project!
Sprite till you die

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

Offline evmaster

  • Member
  • Associate
  • *
  • Posts: 231
Re: My Rpg maker 2003 didnt come with a help
« Reply #10 on: August 04, 2012, 07:09:34 PM »
Thank you once again everybody. :D
Logged

  • Print
Pages: [1]
« previous next »
  • Charas-Project »
  • Game Creation »
  • Requests »
  • RPG Maker Programming »
  • My Rpg maker 2003 didnt come with a help
 

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