Jump to content
  • 0

can you make this script every 10mins pls


Hades03

Question


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

change

OnClock0200:
OnClock0400:

into

OnMinute00:
OnMinute10:
OnMinute20:
OnMinute30:
OnMinute40:
OnMinute50:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

Uh, well, for the Timer.. change them to OnMin10: onwards to OnMin60:

Edited by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

how?

Link to comment
Share on other sites

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.

×
×
  • Create New...