This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

How do i set Random hints (Bogustrivia)

Help for those learning Tcl or writing their own scripts.
Post Reply
j
juggle
Voice
Posts: 15
Joined: Sat Sep 01, 2018 1:04 am

How do i set Random hints (Bogustrivia)

Post by juggle »

Hello,

I am wondering how to set or fills The hint with random characters

eg:

Original hint pattern:

Code: Select all

[12:07] <VH1>  1st Hint: ** *** **** ** **** * ******   Question Value : 9600 Points 
[12:07] <VH1>  2nd Hint: do y** **** ** **** * ******   60 secs & 4800 Points Remaining 
[12:08] <VH1>  3rd Hint: do you *a** *o **o* a *e**e*   30 secs & 2400 Points Remaining 
And i would like to fill like this:

Code: Select all

[12:07] <VH1>  1st Hint: ** *** **** ** **** * ******   Question Value : 9600 Points 
[12:07] <VH1>  2nd Hint: do y*u  *n** *o *n** a **cr**   60 secs & 4800 Points Remaining 
[12:08] <VH1>  3rd Hint: do you *a** *o **o* a *e**e*   30 secs & 2400 Points Remaining 
Can anybody help me!!
Post Reply