yuhsing

Untitled

Jan 29th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1.  
  2. prontera,155,171,5 script Sample 757,{
  3.  
  4. while( getstrlen( .@string$ ) < 30 ) .@string$ = .@string$ + .alphabets$[ rand( .alphabet_size ) ];
  5.  
  6. dispbottom ""+.@string$;
  7. end;
  8.  
  9. OnInit:
  10. setarray .alphabets$[0],"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z";
  11. .alphabet_size = getarraysize( .alphabets$ );
  12. end;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment