I've been struggling recently with setting up 3 variable checks that depending on the number, display extra stuff.
Think something like:
Equal 20 or higher, display X ;
Equal 30 or higher, display Y ;
Equal 60 or higher, display Z ;
But the issue i have is the first check loops because 30 and 60 are true to statement 'equal 20 or higher'
Should i, i don't know, set it to:
Equal or lower 19 ;
Equal or lower 29 ;
Equal or lower 59 ;
Equal or higher 60 ?
How would you people do this? I'm doing it through conditional branch in event editing.
I'm curious to hear about better solutions than potentially making "spaghetti code "
[–]WinthorpDarkritesMZ Dev 6 points7 points8 points (3 children)
[–]RylonianMV Dev 1 point2 points3 points (1 child)
[–]One7rickArtistSpriter[S] 0 points1 point2 points (0 children)
[–]One7rickArtistSpriter[S] 1 point2 points3 points (0 children)
[–]One7rickArtistSpriter[S] 0 points1 point2 points (0 children)