So, I'm trying to get into Fallout 4 Modding but its way of coding is way different from what I'm used to. I'm trying to enable an Actor Through a Quest Stage But it's not working I've checked the wiki but that didn't seem to help. Here is the simple little papyrus fragment I can't figure out whats wrong with it but maybe you can its probably very simple and I'm just being dumb for not realizing it sooner. Actor MinuteMenVengeance1REF.Enable() The Issue I'm facing is that when compiling it says " no viable alternative at "." I've read the wiki on what this means but I can't for the life of me see what's wrong with this line of very simple code Actor is also tacked on there because If I don't it says its an undefined variable.