yuhsing

Untitled

Feb 19th, 2013
61
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#1 757,{
  3. end;
  4. OnInit:
  5. .delay = 500;
  6. .title$ = " HEALER";
  7.  
  8. .string_size = getstrlen( .title$ );
  9. while( 1 ){
  10. .@title$[ .@i ] = charat( .title$,.@i );
  11. delwaitingroom;
  12. waitingroom ""+implode( .@title$," " ),0;
  13. .@i++;
  14. if( .@i > .string_size ){
  15. .@i = 0;
  16. deletearray .@title$;
  17. }
  18. sleep .delay;
  19. }
  20. end;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment