When I first added the script, I accidently called it GSQ01 (which happens to be the ID on the Quest form), and did the same with the Quest property name, also calling it GSQ01. So I thought the error had something to do with that. So I removed the script (actually, its not deleted just unattached) and added a new script, properly calling it GSQBAmuletScript. Again, when I entered the property as:
Type: Quest
Name:GSQ01
I get an error.
Starting 1 compile threads for 1 files...
Compiling "GSQBAmuletScript"...
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQ01.psc(3,15): cannot name a variable or property the same as a known type or script
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQBAmuletScript.psc(3,15): cannot name a variable or property the same as a known type or script
No output generated for GSQBAmuletScript, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on GSQBAmuletScript
Now I have three useless scripts floating around unuable. 1) GGQ01 (my first error) 2) GSQAmuletScript and 3) GSQBAmuletScript (same but with a B . Even if I select say GSQAmuletScript (as per the wiki tutorial) but this time called the property
Type: Quest
Name: AmuletTutQuest
I get a surprising error, because its complaining about properties that I am no longer trying to use or tried to attach to this script.
Starting 1 compile threads for 1 files...
Compiling "GSQAmuletScript"...
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script variable ::GSQ01_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already has a set function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script variable ::GSQ01_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already has a set function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script variable ::TutorialQuestB_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already has a set function defined
No output generated for GSQAmuletScript, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on GSQAmuletScript
Compiling "GSQAmuletScript"...
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script variable ::GSQ01_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(5,15): script property GSQ01 already has a set function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script variable ::GSQ01_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(7,15): script property GSQ01 already has a set function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script variable ::TutorialQuestB_var already defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already has a get function defined
f:\games\steam\steamapps\common\skyrim\Data\Scripts\Source\GSQAmuletScript.psc(13,15): script property TutorialQuestB already has a set function defined
No output generated for GSQAmuletScript, compilation failed.
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on GSQAmuletScript
It like, if you make one script error, the whole plugin is unuasable. I can't even see a way to delete the scripts from the option under data.
