- script Sample -1,{ OnPCLoginEvent: if( eaclass()&EAJ_THIRDMASK && JobLevel > 50 ){ mes "Job Level will be reduced to 50"; JobLevel = 50; } end; }