*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…
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