- script LoginStatCheck FAKE_NPC,{ OnPCLoginEvent: .ms = 99; @str = readparam(bStr); @agi = readparam(bAgi); @vit = readparam(bVit); @int = readparam(bInt); @dex = readparam(bDex); @luk = readparam(bLuk); if(@str >= .ms) @pass++; if(@agi >= .ms) @pass++; if(@int >= .ms) @pass++; if(@vit >= .ms) @pass++; if(@dex >= .ms) @pass++; if(@luk >= .ms) @pass++; if(@pass >= 3) dispbottom "Your stats are not possible, Your stats will be reset!"; resetstatus; end; }