So I decided to make a world map(fast travel thingy) without the use of script, I didn't use one
simply because of GUI issues(Script related). So I did it with events, it went so great until I hit a very hard wall. I don't know if it's engine related or maybe I just did something in the events.
There are a total of 24 locations in my project and in turn there are also 24 images(I used images)
and the problem is that when I reach the 13th conditional branch it just stops there, I can't access all other locations, watch the video below to see a broad view of what the problem really is.
https://www.youtube.com/watch?v=eWA0_MDaKZw
What I did was create a conditional branch which would be this:
The only thing that comes into my mind that there must be a limit as to how many conditional branches you can make. (Probably not)
If I didn't explain enough, you can download an empty project below with those conditional branches. (Of course I won't include the images)
Download Here:
https://www.dropbox.com/s/kx9e340yyza8tqo/Project1.rar?dl=0
I seriously need some help here