ffc script supermentus
Code:
ffc script xoxo
{
     void run()
     {
	npc CreateNPC = 58;
	int Rate = 16;
	int Weapon = 29;
	int HP =30;
    }
    void Quit()
   {   
    } // end of void run
} // end of ffc script
I read the error code P00 and I don't get it... What is wrong with this script?