Hey all. I'm trying to allow players to choose a gender. Basically, what I've got is something to the effect of:
You're a dude.(click-replace: "dude")[(set: $gender to 'woman')lady]
What I'd like to do, and what I can't figure out how to do, is allow players to click on "lady," and thereby set the gender to 'man.' Any ideas?
You're a dude.(click-replace: "dude")[(set: $gender to 'woman')lady]
What I'd like to do, and what I can't figure out how to do, is allow players to click on "lady," and thereby set the gender to 'man.' Any ideas?