So I have the code worked out to were you can choose each option but not how to make previous choices disappear. I know this is already on the forum and internet but I don’t know what keywords to use XD
*choice
#You were taught Martial Arts from a young age. Now your whole body is a weapon.
*set martialarts true
*set skills_picked +1
*goto skills_chose
#Luckily you had a moderate swordmaster who taught you in the way of the sword.
*set sword true
*set skills_picked +1
*goto skills_chose
#A random day with your friends cop dad lead you on a path to being a sharpshooter with the pistol.
*set pistol true
*goto skills_chose
*set skills_picked +1
#Hunting has made you a deadshot with a rifle from an amazing range.
*set rifle true
*goto skills_chose
*set skills_picked +1
#Playing with a old butterfly knife lead you on a mastery path with knifes.
*set knife true
*goto skills_chose
*set skills_picked +1
#Taking part in a local fight club turned you into a monster at hand-to-hand combat.
*set handtohand true
*goto skills_chose
*set skills_picked +1
#Since there wasn't much to be done around town, you spent a majority of it free running. Now they call you the Parkour king.
*set parkour true
*goto skills_chose
*set skills_picked +1
#Debate team really brought out the politician in you. Now thinks to countless hours of convincing the best, it's easy to convince that average person to follow your way.
*set diplomacy true
*goto skills_chose
*set skills_picked +1
#Always dreaming to explore the outside world, you read every survival book you could fine. Now mother nature holds few secrets.
*set survival true
*goto skills_chose
*set skills_picked +1
#Sneaking around the abandoned building has taught you how to blend with shadows, and mask your footsteps.
*set stealth true
*goto skills_chose
*set skills_picked +1
#Whenever you could find something to tinker with, it made your day. All that time grinding the gears, has made you one hell of a mechanic.
*set mechanic true
*goto skills_chose
*set skills_picked +1
#While others spent time socializing, you spent yours nose deep in books. All that reading has made you knowledge about things way outside your little world.
*set bookworm true
*goto skills_chose
*set skills_picked +1
*if skills_picked >=1
#A ${man} of many talents.
*goto specialty
*label skills_chose
So now it hides them but wont go on after three choices…
*temp skills_picked 0
Not sure if thats endearing or if I should avoid you.
*label skills
What skills did you learn to go along with that personality? These skills are what you'll start the journey with, though you can acquire others over the course of the game. Pick 3
*choice
*hide_reuse #You were taught Martial Arts from a young age. Now your whole body is a weapon.
*set martialarts true
*set skills_picked +1
*goto skills_chose
*hide_reuse #Luckily you had a swordmaster who taught you in the way of the sword.
*set sword true
*set skills_picked +1
*goto skills_chose
*hide_reuse #A random day with your friends cop dad lead you on a path to being a sharpshooter with the pistol.
*set pistol true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Hunting has made you a deadshot with a rifle from an amazing range.
*set rifle true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Playing with a old butterfly knife lead you on a mastery path with knifes.
*set knife true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Taking part in a local fight club turned you into a monster at hand-to-hand combat.
*set handtohand true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Since there wasn't much to be done around town, you spent a majority of it free running. Now they call you the Parkour king.
*set parkour true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Debate team really brought out the politician in you. Now thinks to countless hours of convincing the best, it's easy to convince that average person to follow your way.
*set diplomacy true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Always dreaming to explore the outside world, you read every survival book you could fine. Now mother nature holds few secrets.
*set survival true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Sneaking around the abandoned building has taught you how to blend with shadows, and mask your footsteps.
*set stealth true
*goto skills_chose
*set skills_picked +1
*hide_reuse #Whenever you could find something to tinker with, it made your day. All that time grinding the gears, has made you one hell of a mechanic.
*set mechanic true
*goto skills_chose
*set skills_picked +1
*hide_reuse #While others spent time socializing, you spent yours nose deep in books. All that reading has made you knowledge about things way outside your little world.
*set bookworm true
*goto skills_chose
*set skills_picked +1
*if skills_picked >=1
#Anymore and i would have died.
*goto fear
*label skills_chose
*if skills_picked=3
*goto fear
*if skills_picked<3
What else?
*goto skills
*label fear
If i could send you a cookie over the internet I would lol. Thanks i don’t know how i skipped over that so many times…what I get for copy pasting old code I guess. Saved me a aneurysm.