Jump to content

Creation Kit - Scripts


Jmathers

Recommended Posts

Posted

I had a similar problem... not exactly the same, but...

 

Try keeping the old script, but commenting out every single line. That should let it compile fine, so the CK won't be angry.

Then edit the script's source directly so you can strip out the properties you don't want.

Then, you *should* be able to add in whatever lines you want. Hope it works...

Posted

When the CK is closed, go the Skyrim\Data\Script\Source folder and edit the script.

Remove all the code (fragments, functions, etc.), do not remove properties (if they have a valid reference). Keep name (the first line) and Properties. Delete all the rest.

Start CK, open the properties of the script, be sure to clean the references. Save the mod.

Now you can safely remove (the definition of) the properties from the script by editing it.

 

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...