@cybereality said:
Try putting print statements in all the timeout functions and see if they are actually being called.
print("mob should spawn now")
Or something like that.
Also, did you draw a path and is the path on the screen?
Thanks. Where does that go? Do I tell it to print on the same line as each timeout function, or the next line down? How would I know if they are being called or not? This is my first time doing this sort of thing.
As far as trying to figure it out rather than redoing, I already did. I hate bugging people for help, so I only post here when I have tried numerous times to figure out what went wrong, and can't think of what else to do. I found few mistakes and fixed those before I posted, but none made the game fully work. I normally have no problem following tutorials, but it seems that my dyslexia and / or other issues are really not suited well for programming. But hopefully if I stick with it, I can work past those issues.