Blackjack game

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

Message
Author
telnex
Noob
Noob
Posts: 19
Joined: 22 Jul 2014, 10:13
Noob?: Yes

Re: Blackjack game

#11 Post by telnex »

4epT wrote:what is "elseif"? read the manual again
Well ok I'm dumb, so I replaced all the elseif by elsif. Still doesn't work.


So I was kind of bored of that error and I decided to try an other way (reversing the side : as it is written in the manual we can use the both, they are similar):

Code: Select all

call BJhit if (@config(YourPoints) <= 11)
It doesn't take into account the "YourPoints", even if I have more than 11, BJhit is executed. I did read all the Macro manual and really I can't see where I'm wrong

telnex
Noob
Noob
Posts: 19
Joined: 22 Jul 2014, 10:13
Noob?: Yes

Re: Blackjack game

#12 Post by telnex »

Well yes, I can't succeed to make it works yet.
I absolutely don't know how to fix that if statement error.

telnex
Noob
Noob
Posts: 19
Joined: 22 Jul 2014, 10:13
Noob?: Yes

Re: Blackjack game

#13 Post by telnex »

Ok I fixed it, all codes were working good BUT I didn't have a Macro / plugin version up to date.

That's working fine at the moment, I've got to improve some small things.

Thanks for helping me dude!

genskull
Plain Yogurt
Plain Yogurt
Posts: 88
Joined: 10 Jul 2014, 09:16
Noob?: Yes

Re: Blackjack game

#14 Post by genskull »

telnex wrote:Ok I fixed it, all codes were working good BUT I didn't have a Macro / plugin version up to date.

That's working fine at the moment, I've got to improve some small things.

Thanks for helping me dude!

how did you fix it? can you show it?

Post Reply