mmmk.... I was working on Gd13's Race Stone.... and now that i am slowly getting better and better at reading asnd writing in this language i realize that the stone i was working on was not expandable at alll.... So I decided to write a script all on my own

that way no one can complain its "stolen its stolen, and i can write my own scripts so i'll just complain!" sooo here you go... not gonna mention any names.... but georox and bzk90 please nothing nice to say dont speak....
Files....
this is not a stone most people get irritated in the fact that you have to make a seperate place for players to start and what not..... soooo I decided to make it jump up on new character creation... It includes (totally expandable and changeable you guys have full writes to mod all you want) 6 races... (Orc, elf, Drow, Dragoon, Halfling, and of course dwarven.) Ive made it easy to see the areas that are Mod-able and I left The skill bonus and stat bonus Code in there if you wish to add Skills With the Race Along with a way to add certain Items... And the teleport command to send them where you wish.
Installation and Correct Setup.
STEP 1.
First Off go into Scripts.Misc.CharCreation.cs
Open this file.
On the taskbar click Edit.
at the very bottom it says Goto, Type in 504, press enter....
Make sure that there are no "//" in front of this line.
STEP 2.
Open Scripts.Misc.WelcomeTimer.cs
On the taskbar click Edit.
at the very bottom it says Goto, Type in 36, press enter....
Replace: protected override void OnTick()
{
if ( m_State < m_Count )
m_Mobile.SendMessage( 0x35, m_Messages[m_State++] );
}
With this file: protected override void OnTick()
{
if ( m_State < m_Count )
m_Mobile.SendMessage( 0x35, m_Messages[m_State++] );
if ( m_State == m_Count )
{
m_Mobile.SendGump(new RaceChoiceGump() );
Stop();
}
__________________________________________________ _______________Step 3.
Download this file and add it to you Scipts.Customs folder, if you dont have one I suggest making one...
And that is it.... Any and all feed back is very welcome!