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...
Mktavish Posted December 11, 2016 Share Posted December 11, 2016 (edited) 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? Your missing a Script Name ? SCN MyScriptName ; should be the first line. On a side note ... you should get the Geck powerup ... which will specify problems in the script for you. Edited December 11, 2016 by Mktavish Link to comment Share on other sites More sharing options...
JoKelly Posted December 13, 2016 Share Posted December 13, 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? Your missing a Script Name ? SCN MyScriptName ; should be the first line. On a side note ... you should get the Geck powerup ... which will specify problems in the script for you. He said it before I could... for some odd reason the official Geck doesn't display error messages. so you can write a script, save and nothing happens... why because there is an error... so after an hour or two and pulling out lots of hair, bashing face on key board.... some one suggests... pssst get the GECK power up 1.4.... and you can just swear they are just laughing and enjoying the imprint of keyboard keys on my...um.. I mean your face. at least I no longer have keyboard face... Link to comment Share on other sites More sharing options...
madmongo Posted December 13, 2016 Share Posted December 13, 2016 My personal theory is that the GECK is really a vault-tec experiment designed to test modder's frustration levels. Link to comment Share on other sites More sharing options...
luthienanarion Posted December 14, 2016 Share Posted December 14, 2016 There's no telling why the release version of the FNV GECK has all warnings disabled, or why the game itself was compiled in a debug configuration. Obsidian were never the development studio everyone wanted them to be. Link to comment Share on other sites More sharing options...
Lolz1234567 Posted January 23, 2017 Share Posted January 23, 2017 My personal theory is that the GECK is really a vault-tec experiment designed to test modder's frustration levels.And they make it crash on purpose to piss everyone off. Link to comment Share on other sites More sharing options...
tgspy Posted January 29, 2017 Share Posted January 29, 2017 Sometimes I've found that if the geck isin't running as admin, scripts won't save or compile. Try running as admin. Link to comment Share on other sites More sharing options...
Recommended Posts