public void GameStart()
 {
     gameFlag = true;
     level    = 0;
     noruma   = 0;
     scriptVMManager.SetCount(0);
     LevelUp();
 }