So, like I said in the title, when I run the game, it seems to be jumping variables, and I can’t figure out why. Here are the created variables, then below that are the *if’s for said variables:
*set mc_tick_hair true
*comment this is when you pick that your tick is to run your hands through your hair.
*set mc_tick_hands false
*comment this is when you decide for your tick to be ringing your hands.
*set mc_tick_pulse false
*comment this is when you decide to have your tick be tapping your collar bone with your fingertips.
*set mc_tick_rock false
*comment this is when you decide to have your tick to be to shift your weight.
Here are the *if variables:
*if (mc_tick_hair) =true
running my hands through my hair, before opening my mouth:
*goto nb3
*elseif (mc_tick_hands)
ringing my hands together, before opening my mouth:
*goto nb3
*elseif ( mc_tick_pulse)
tapping my fingers against my collar bone before opening my mouth:
*goto nb2
*elseif (mc_tick_rock)
shifting my weight, before opening my mouth:
*goto nb3
Tried putting in the true to see if it changed anything, but it didn’t.
Anyway, I hope that someone can point out what’s wrong to me. Probably a misplaced indent or something like that, but it’s the simplisd stuff that gets you, right?
Anyway, I hope all who read this have a good rest of your week.