bananakillerBRO Posted December 10, 2016 Share Posted December 10, 2016 So, I'm trying to save a script for New Vegas, but it won't let me, this is the script I'm trying to save. short Status ;1 = following, 2 = waiting, 3 = sandboxing short DoOnce begin GameMode if (DoOnce != 1) set Status to 3 set DoOnce to 1 endif end Is there something wrong with it or...? Why won't it let me save it? Link to comment Share on other sites More sharing options...
luthienanarion Posted December 11, 2016 Share Posted December 11, 2016 (edited) All scripts must begin with the ScriptName command. Scripts cannot be saved without a name, as the name is used as the EditorID in the GECK. http://geck.bethsoft.com/index.php?title=Scriptname Your script compiles fine, otherwise. Edited December 11, 2016 by luthienanarion Link to comment Share on other sites More sharing options...
bananakillerBRO Posted December 11, 2016 Author Share Posted December 11, 2016 Wo So, I'm trying to save a script for New Vegas, but it won't let me, this is the script I'm trying to save. short Status ;1 = following, 2 = waiting, 3 = sandboxing short DoOnce begin GameMode if (DoOnce != 1) set Status to 3 set DoOnce to 1 endif end Is there something wrong with it or...? Why won't it let me save itWorked like a charm, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts