Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,171,5 script Sample#1 757,{
- end;
- OnInit:
- .delay = 500;
- .title$ = " HEALER";
- .string_size = getstrlen( .title$ );
- while( 1 ){
- .@title$[ .@i ] = charat( .title$,.@i );
- delwaitingroom;
- waitingroom ""+implode( .@title$," " ),0;
- .@i++;
- if( .@i > .string_size ){
- .@i = 0;
- deletearray .@title$;
- }
- sleep .delay;
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment