Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

TES Construction Set: Unable to Save Script


Diana_TES_GotH
 Share

Recommended Posts

I am unable to save my edit to  SupremeMagicka.esp: zzSMConjurationControlScript in either The Construction Set or CSE. Could someone help me with this? 
 
The edit I am trying to make is from the MOO Manual for Supreme Magicka compatibility.
 
Find:
if bisconj && GetSpellType rplayerspell != 2 && (NumSummons > 1 || SustainableSummons || VariableSummons || ConsistentSummons || ConjSummons > 1) && Player.GetAV Silence == 0
 
Replace with:
if bisconj && GetSpellType rplayerspell != 2 && (NumSummons > 1 || SustainableSummons || VariableSummons || ConsistentSummons || ConjSummons > 1) && Player.GetAV Silence == 0 && Player.IsCasting == 0
 
The CSE reports the following and will not compile and save the script:
 
Line: Message
21: Variable redeclaration. Previous declaration was at line 10
226: Variable declared inside a script block.
227: Variable declared inside a script block.
236: Variable declared inside a script block.
236: Variable redeclaration. Previous declaration was at line 96
 
TES Construction Set prompts:
 
Warning: "Script 'zzSMConjurationControlScript', line 105: Script command 'SetNumericGameSetting' not found. Continue Playing?"
 
I select Yes to all but the Script will not save.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...