Wiki Tutorial error:-

Post » Mon Jun 18, 2012 6:20 pm

Everytime I get to the scripting stage I get this error:-


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

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? :smile:
User avatar
Kirsty Collins
 
Posts: 3441
Joined: Tue Sep 19, 2006 11:54 pm

Post » Mon Jun 18, 2012 2:48 pm

It seems the issue was that scripts were being saved locally to my hard drive, and not within the mod itself (aka NWN).

Could that get added to the Wiki in the same tutorial area? Would have saved me re-doing the mod 4 times thinking the scripts were contained within the mod, instead of being on my HD :)
User avatar
Yvonne Gruening
 
Posts: 3503
Joined: Mon Apr 23, 2007 7:31 pm

Post » Mon Jun 18, 2012 2:59 pm

Why don't you edit it yourself? That's the very point of a Wiki.
User avatar
Nomee
 
Posts: 3382
Joined: Thu May 24, 2007 5:18 pm


Return to V - Skyrim