- script LoginStatCheck FAKE_NPC,{ OnPCLoginEvent: .@a = (readparam(bStr) + readparam(bAgi) + readparam(bVit) + readparam(bInt) + readparam(bDex) + readparam(bLuk) ); dispbottom "debugmes: total of your stats "+.@a+""; // pa remove after test. if(.@a > 210) { sleep2 1000; message strcharinfo(0),"Your stats is not possible, Your stats will be reset!"; resetstatus; } end; }