SGTbayk47 Posted August 14, 2016 Share Posted August 14, 2016 Hey all, I'm currently trying to change some names of base items (armor items specifically) via script, so I don't edit the record itself and cause incompatibilities. I wrote a simple script using 'setname' and it saved correctly, but had no impact in game. I'm guessing I am using it wrong, and can't wrap my head around the limited info I found regarding the 'setname' command. My usage of setname in the script looks like this, and it saves correctly as I said before; HelmetNVCLVexillarius.Setname "Legion Vexillarius Hood" If anyone knows what I'm doing wrong and how I can correct it, it would be appreciated. Cheers, BayK. Link to comment Share on other sites More sharing options...
Ladez Posted August 14, 2016 Share Posted August 14, 2016 You're using reference syntax. Pass the base form as a parameter instead: Setname "Legion Vexillarius Hood" HelmetNVCLVexillarius Link to comment Share on other sites More sharing options...
SGTbayk47 Posted August 14, 2016 Author Share Posted August 14, 2016 Thanks, that works great. Just one more question, does the setname command persist across savegames, or do I need to run the script every time the game is loaded? Link to comment Share on other sites More sharing options...
Ladez Posted August 14, 2016 Share Posted August 14, 2016 Don't remember. I'm pretty sure it doesn't persist, but you'd better test it yourself. Link to comment Share on other sites More sharing options...
SGTbayk47 Posted August 14, 2016 Author Share Posted August 14, 2016 Alright, no problem. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts