This is the entire code for the script:
Scriptname IronBreakerUpdateScript extends Quest
Quest property aliasquest auto
Event OnUpdate()
aliasquest.Stop()
aliasquest.Start()
endEvent
It compiles fine with no errors.
When I try to edit the properties of this script, SCK pops up a window saying "errors encountered while attempting to reload the script" and no properties are visible- if I try to add one, I get the same error, and the property does not show up in the properties list (though it IS added to the script).
I've added a property before on the creationkit.com tutorial, and there's no reason I can see for this not to work.