Jump to content
  • 0

can you make this script every 10mins pls


Question

Posted (edited)

prontera,159,232,5 script Fast-Type Event 757,{
if( .String$ == "" ){
mes "There is no Event right now.";
}else{
mes "Type the Correct Sentences.";
mes "^FF0000"+.Strings$+"^000000";
input .@Type$;
if( .String$ == .@Type$ ){
 mes "Gratz..you type the correct string.";
 getitem 607,1;
 set .String$,"";
}else{
 mes "Sry there is already other person win this round.";
}
}
close;
OnClock0200:
OnClock0400:
//etc..
set .String$,"";
while( getstrlen( .String$ ) < .Length ){
set .String$,.String$ + .List$[ rand( getarraysize( .List$ ) ) ];
}
announce "Round Started.",0;
end;
OnInit:
set .Length,6;
setarray .List$,"A","B","C","D","E","F","G";
end;
}

and can you pls fix it the Sentences doesnt show wew

Edited by Jam

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...