Papyrus problems (basic)

Post » Mon Feb 10, 2014 8:29 am

Hey,

I've started scripting and I just started making the tutorial quest that is shown in the Bethesda Creation Kit tutorials http://www.creationkit.com/Bethesda_Tutorial_Basic_Quest_Scripting

When I get to the scripting part, the enemy script goes well.. but when I make the Amulet script, and add a property, it gives me this: http://gyazo.com/b2da2c8d8308f26f113d072b7ec90376

I did EVERYTHING the same way, even the dialogue lines.. What did I do wrong since I can't figure this out and I didn't find a fix to this??????

User avatar
Becky Cox
 
Posts: 3389
Joined: Thu Jun 22, 2006 8:38 am

Post » Mon Feb 10, 2014 4:08 am

Post your script... from the compile error, it looks like the property name for the amulet is also the same name as your script (or another existing script). Change the name of your property to something else.

User avatar
x_JeNnY_x
 
Posts: 3493
Joined: Wed Jul 05, 2006 3:52 pm

Post » Mon Feb 10, 2014 9:45 am

It's the same name because I followed the tutorial, there is nothing in the script I think?

This script? http://gyazo.com/12739668913cd3d3ec7ed56db3026ee6

And also If I do change the property name, it says the exact same thing..

User avatar
Albert Wesker
 
Posts: 3499
Joined: Fri May 11, 2007 11:17 pm


Return to V - Skyrim