Reply to reason for inactiveness
If you don't have an account, just leave the password field blank.
September 24th 2005, 08:54 AM

Ol' Spacehog


Been inactive recently cause of A, school, and B, that major project I said I was taking up a while ago, its nearly done. Well a no frills version. If I do get it up and running it will be rememberd (for a week or so) as one of thoose landmark scripts that pushed DinkC to a new limit. Unless somebodys already done this, In which case I will be Pissed. Anyway dont get your hopes up for something enjoyable, its more the fact that I thought that this kind of thing was impossible in DnkC. Well anyway, I need to know something, will the following variables give me any grief? The same start of a variable name canceling out other ones or something. Thanks.
int &rank;
int &raise;
int &cbetamount;
int &firstplay;
int &handvalue;
int &comphandvalue;
int &pot;
int &dealtcard = random(26, 1);
int &spades = 0;
int &diamonds = 0;
int &clubs = 0;
int &hhearts = 0;
int &2;
int &3;
int &4;
int &5;
int &6;
int &7;
int &8;
int &9;
int &t;
int &J;
int &q;
int &k;
int &a;
int &sspades = 0;
int &ddiamonds = 0;
int &cclubs = 0;
int &hhearts = 0;
int &22;
int &33;
int &44;
int &55;
int &66;
int &77;
int &88;
int &99;
int &tT;
int &JJ;
int &qq;
int &kK;
int &aA;
BTW, before I found a more efficiant way of doing the script there were thrice as many.
Also, reading theese variables should make it obvious what i'm doing... Yes, what a waste of about 200 hours programming...
int &rank;
int &raise;
int &cbetamount;
int &firstplay;
int &handvalue;
int &comphandvalue;
int &pot;
int &dealtcard = random(26, 1);
int &spades = 0;
int &diamonds = 0;
int &clubs = 0;
int &hhearts = 0;
int &2;
int &3;
int &4;
int &5;
int &6;
int &7;
int &8;
int &9;
int &t;
int &J;
int &q;
int &k;
int &a;
int &sspades = 0;
int &ddiamonds = 0;
int &cclubs = 0;
int &hhearts = 0;
int &22;
int &33;
int &44;
int &55;
int &66;
int &77;
int &88;
int &99;
int &tT;
int &JJ;
int &qq;
int &kK;
int &aA;
BTW, before I found a more efficiant way of doing the script there were thrice as many.
Also, reading theese variables should make it obvious what i'm doing... Yes, what a waste of about 200 hours programming...