mIRC Home    About    Download    Register    News    Help

Print Thread
#207545 21/12/08 09:09 PM
Joined: Sep 2008
Posts: 37
R
razor32 Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Sep 2008
Posts: 37
Hi,

I have this code for DOND (Deal or No Deal) which would really great but i would like it to show whats in the box to the bot/person that has the script without other people being able to see it

Is there anyway to do it?

The code can be viewed here: http://pastebin.com/m7fbb49dd
Due to it being over 470 lines

Thanks grin

Merry Christmas smile

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Can you tell us what the bot says when it tells you what's in the box?

Is it this?
Quote:
"Your chose Box ... with ... and will be added to your total points, which is now .... Thank you for Playing."

Joined: Sep 2008
Posts: 37
R
razor32 Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Sep 2008
Posts: 37
Err,

Its when it says something along the lines of:

Code:
GOOD! Then let's play 01,08DEALor08,01NODEAL!
There are 26 boxes. Choose any box (from 1 to 26) so we can start playing. Type 3!choose <number>. You have04 45 secs or I will randomly select a box for you.


This is when i want the bot to show whats in the box when they choose it (but only shows it to the bot).

Not sure if you will understand what i mean, Its quite abit hard to explain frown

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
Ok, go to line 290, which says:
Code:
dond.removebox $4

Create a new line underneath it and add the code:
Code:
echo -t $3 -----> Player's chosen box contains: $gettok(%dond.chosenbox,2,58)


So it'll look like:

Code:
dond.removebox $4
echo -t $3 Player's chosen box contains: $gettok(%dond.chosenbox,2,58)
msg $dondchan Here are the Boxes left: $dond.getboxes


Joined: Sep 2008
Posts: 37
R
razor32 Offline OP
Ameglian cow
OP Offline
Ameglian cow
R
Joined: Sep 2008
Posts: 37
Great! Works a treat laugh

Thanks for all your help over the last few days smile

Merry Christmas


Link Copied to Clipboard