Indent broken apparently

 *hide_reuse #“Thank you so much, sir!”
  *if (Engineering >= 50)
    “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off in a suit than in a hard hat. You’ve proven yourself capable of responding to medical emergencies swiftly and decisively. Your fellow engineers look to you for guidance already when it comes to coding bugs and mechanical errors. We should see if you’re ready for leadership.”
    *goto HadidConvo
  *if (Medical >= 50)
    “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off in a suit than in a medical uniform. You’ve proven yourself capable of responding to medical emergencies swiftly and decisively. Now it’s time to see if you can handle leadership.”
    *goto HadidConvo
  *if (Speechcraft >= 50)
    “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off used elsewhere. You’ve proven yourself capable and your sales have been incredible since the start. Now it’s time to see if you can handle leadership.”
    *goto HadidConvo

No matter what I do it just keeps saying I have an invalid indent (line 306 is where the code is but I doubt that matters). I’ve increased and decreased the indent multiple times now and still nothing. At one point it did shift from 306 to 308, but I made the same change on 308 and then it went back to saying the error was on 306…

Line 306 is *if (Medical >= 50) in case it helps.

1 Like

Does this work? You have one space indentation in the *hide_reuse, it should be either 2 or 0 (depending on how you set it)

  *hide_reuse #“Thank you so much, sir!”
    *if (Engineering >= 50)
      “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off in a suit than in a hard hat. You’ve proven yourself capable of responding to medical emergencies swiftly and decisively. Your fellow engineers look to you for guidance already when it comes to coding bugs and mechanical errors. We should see if you’re ready for leadership.”
      *goto HadidConvo
    *if (Medical >= 50)
      “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off in a suit than in a medical uniform. You’ve proven yourself capable of responding to medical emergencies swiftly and decisively. Now it’s time to see if you can handle leadership.”
      *goto HadidConvo
    *if (Speechcraft >= 50)
      “You’re very welcome, ${Name}. We appreciate your years at the company. Besides, with the work that you do around here, it’s undervalued and you’d be better off used elsewhere. You’ve proven yourself capable and your sales have been incredible since the start. Now it’s time to see if you can handle leadership.”
      *goto HadidConvo

Thanks. I’ll give it a try. Fotum wasn’t opening for me this morning.

1 Like

Anyone else having trouble? I can open the forum on my phone but not my PC

It seems to have worked. Thank you.

1 Like

No problem, glad to be of help. The forum works okay on my pc.

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.