Starting 1 compile threads for 1 files...
Compiling "GSQAmuletScript01"...
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script variable ::GSQ01_var already defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already has a get function defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already has a set function defined
No output generated for GSQAmuletScript01, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on GSQAmuletScript01
Compiling "GSQAmuletScript01"...
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script variable ::GSQ01_var already defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already has a get function defined
f:\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript01.psc(5,15): script property GSQ01 already has a set function defined
No output generated for GSQAmuletScript01, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on GSQAmuletScript01
When at stage:- http://www.creationkit.com/Bethesda_Tutorial_Basic_Quest_Scripting
Create a new script just like we did before, and call it GSQAmuletScript. Add a Quest property to it, but to see a nifty trick, call it "GSQ01" instead of "TutorialQuest" this time.
Everytime I get to this part (have restarted from scratch twice), I get the above error and get lost on what I should be doing on the Tutorial. I even tried renaming GSQ01 to TutorialQuest02, but still get the same script error above.
Ive been using a clean file everytime (Taken from Skyrim.esm) so unsure how Im duplicating.
Could someone point me in the right direction please?

