Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Non repetitive mouse click
Post: RE: Non repetitive mouse click

Hey again, You recommended that I place my code for the 1 x mouse click out of the loop however and that does work. However, I need that mouse to occur each time there is a new enemy spawn and with ...
Sartre General Coding Help 5 1,484 Apr-22-2023, 03:05 PM
    Thread: Non repetitive mouse click
Post: RE: Non repetitive mouse click

I got it. I stupidly had it still under the "while loop" line, I needed to bring it above that code.
Sartre General Coding Help 5 1,484 Apr-21-2023, 04:32 PM
    Thread: Non repetitive mouse click
Post: RE: Non repetitive mouse click

(Apr-21-2023, 04:19 PM)deanhystad Wrote: Don't put this in your loop if it is only supposed to happen once. #TARGET ENEMY <<< THIS IS WHAT I NEED TO ONLY RUN ONE TIME>>>>...
Sartre General Coding Help 5 1,484 Apr-21-2023, 04:27 PM
    Thread: Non repetitive mouse click
Post: Non repetitive mouse click

I am writing a game bot as part of my learning process. The code I am writing requires a single mouse click to be performed at the start of the code block and then move on to the other actions that ne...
Sartre General Coding Help 5 1,484 Apr-21-2023, 04:12 PM
    Thread: Pixel color and action
Post: RE: Pixel color and action

I think I understand what you coded. So I tell the software to reference a picture and match it to the on screen element? The game allows you to play in windowed mode and all of the elements and pixe...
Sartre General Coding Help 4 2,161 Apr-13-2023, 03:26 AM
    Thread: Pixel color and action
Post: RE: Pixel color and action

Thank you for the reply. Maybe I misunderstood how the code structure works, but I thought you used "def" to name and then create lines of code that can be used multiple times in other places and ca...
Sartre General Coding Help 4 2,161 Apr-12-2023, 11:29 PM
    Thread: Pixel color and action
Post: Pixel color and action

I am very new to Python and decided to build a game bot as a means of learning. Please bear with me.. GOAL: Part of my program evaluates a specific pixel, checks for the R value for that pixel, move...
Sartre General Coding Help 4 2,161 Apr-12-2023, 06:25 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020