Do you have a script attached to the level? If not, then pressing the 0 key might solve your problem.


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