Hello,
I'm programming a profile and at the moment I have the preflop section. How can I indicate in the code that from the postflop I want it to use another already finished profile?
The goal is to check that the preflop section works correctly before continuing with the postflop.
Thanks!
Using a different profile on postflop
-
- Fish
- Posts: 9
- Joined: Tue May 30, 2023 11:15 am
Re: Using a different profile on postflop
just copy-paste postflop into your new profile (or vice versa).CoffeeShark wrote: ↑Thu Jun 08, 2023 1:26 pm Hello,
I'm programming a profile and at the moment I have the preflop section. How can I indicate in the code that from the postflop I want it to use another already finished profile?
The goal is to check that the preflop section works correctly before continuing with the postflop.
Thanks!
You can also leave postflop empty, in this case built-in Gecko profile should take action
-
- Fish
- Posts: 9
- Joined: Tue May 30, 2023 11:15 am
Re: Using a different profile on postflop
OK!
I thought there would be some more sophisticated way.
In case of leaving the postflop section empty, it is necessary to have the Gecko profile in the same folder?
I thought there would be some more sophisticated way.
In case of leaving the postflop section empty, it is necessary to have the Gecko profile in the same folder?
Re: Using a different profile on postflop
you can't switch loaded profiles in the middle of hand, so the only way is to combine them the way i describedCoffeeShark wrote: ↑Thu Jun 08, 2023 8:52 pm OK!
I thought there would be some more sophisticated way.
no, nothing needed. This Gecko profile is already "built-in" and auto-loaded. It's always working in background and handles situations, which are not covered by loaded profileCoffeeShark wrote: ↑Thu Jun 08, 2023 8:52 pm In case of leaving the postflop section empty, it is necessary to have the Gecko profile in the same folder?
-
- Fish
- Posts: 9
- Joined: Tue May 30, 2023 11:15 am
Re: Using a different profile on postflop
Okay, I get it!
Thanks.
Thanks.