One word: wow!

I soooo wish I could do this kind of stuff (I'm a bit of a noob w/ C-Script)!

I'm just now getting to grips with character movement.

Ok, so that was WAY more than one word (37)


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}