In Fallout 3/Oblivion, it'd look like
begin ScriptEffectStart player.stopCombatAlarmOnActor stopCombatAlarmOnActor Playerend
However if I put it into that format I get
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\InvisibilityDropsCombat.psc(3,10): no viable alternative at input '.'
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\InvisibilityDropsCombat.psc(5,3): no viable alternative at input '\\n'
c:\program files (x86)\steam\steamapps\common\skyrim\Data\Scripts\Source\temp\InvisibilityDropsCombat.psc(5,3): no viable alternative at input '\\n'
So... obviously that isn't going to work anymore. Although I'm editing straight from the source so maybe that's what is causing it.
How would I format this to make it work?
