yuhsing

Untitled

Feb 8th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1.  
  2.  
  3. - script Sample -1,{
  4. OnPCLoginEvent:
  5. if( eaclass()&EAJ_THIRDMASK && JobLevel > 50 ){
  6. mes "Job Level will be reduced to 50";
  7. JobLevel = 50;
  8. }
  9. end;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment