I have a small character customization screen that I would like to have a picture to display the outcome (you can only choose hair and eye color so it's not that cool), I've got the right side bar that greyelf commented on the old forum a while ago, and the impending doom of writing a mountain of code for this side bar so it knows what picture to display.
I'm thinking it'd look something like this
<<if $var1 is "color" and $var2 is "another color">> (however you link to pictures, I'm in the process of learning that, several tabs open and plenty of tears open, the whole package, lol)
But that times 25, which seems like a hella lot of stuff for one passage that will, on top of that, show at least 6 other variables.
I imagine it'd be hard to format as well. I'm getting exhausting just thinking about it.
So basically, my question is "is there a simpler code that what I'm anticipating?"