I have some scripts that compiled, I tested them in game, they were fine. They used the Speech Checks from the wiki (which for reasons that defy explanation, I may not post a link to, even though there is a hyperlink option in the toolbar)
Everything was fine and then the CK for Fallout4 rollout happened. And now when I compile the exact same scripts, the very ones that were working before, I get this error:
Skyrim\Data\Scripts\Source\FavorDialogueScript.psc(19,20): cannot name a variable or property the same as a known type or script
Skyrim\Data\Scripts\Source\FavorDialogueScript.psc(89,25): Gold is not a variable
Skyrim\Data\Scripts\Source\FavorDialogueScript.psc(91,18): Gold is not a variable
This error now occurs on all three checks: Bribe, intimidate, persuade. Since absolutely nothing has changed with my scripts, I assume this is a Creation Kit thing. The wiki has not been changed to say we need to do things differently, so I am at a loss.
1) Is this a known bug?
2) Is there a workaround?
3) Is there going to be a fix?
This is screwing up about 6 different parts of my mod, so I really hope there is a fix.