- script Sample -1,{ OnPCLoginEvent: OnNPCKillEvent: OnPCKillEvent: OnPCBaseLvUpEvent: OnPCJobLvUpEvent: if( getgmlevel() < 80) { if( readparam(bStr) > 99 || readparam(bAgi) > 99 || readparam(bVit) > 99 || readparam(bInt) > 99 || readparam(bDex) > 99 || readparam(bLuk) > 99 ) { dispbottom "Sorry, your stats are too high and thus they have been reset!"; resetstatus; } } end; }