I am having trouble saving my scripts in the TES CS. When i press the save button nothing happens. I don't even get an error! I have tried reinstall oblivion and the Cs with no luck. Does Anyone knows whats wrong?
I am having trouble saving my scripts in the TES CS. When i press the save button nothing happens. I don't even get an error! I have tried reinstall oblivion and the Cs with no luck. Does Anyone knows whats wrong?
Is it that it really doesn't save, or is it just that you think that it should tell you that it has performed a save?
I've had some odd behaviour with this too. If you're trying to create the script by using the ellipsis (that's the ...) next to the script drop-down when you are trying to add an object, for example, you might find that your script doesn't show up in the list afterwards. Sometimes you can simply click the OK button and open the object properties dialog again and then your script will appear in the list. I've also found I need to save my plug-in, exit the CS and load it up again for the script to appear. I've also had some cases where just clicking the save icon in the script editor doesn't work. I have found better results by selected File - Save in the script editor. I don't usually have a problem if I use the script editor by clicking on the pencil icon from the toolbar or selecting Gameplay - Edit Scripts... So you might try always using File - Save in the script editor and accessing the script editor from the menu or toolbar and see if that fixes your problem.
Do you have "elseif" in your script? If you do, then I guess you have nothing after that like:
if blahblahblah zzzzz elseif <---- use else instead of elseif bzzzz endif
This mistake I once did, so probably you have the same problem.
this,
no error is given, but the script will not compile and save. Very annoying error. It also means you cant close the script window to save the mod either, so you just have to go through all your code and find where you have used an elseif with no parameters and replace it with an else.