Rezubi Posted February 17, 2013 Share Posted February 17, 2013 Hey guys, So this is kinda my first go at New Vegas quest scripting and I have already failed, my script just wont compile scn JFStormstage10triggerSCRIPT begin onTriggerEnter player if getStage JFStorm < 10 setStage JFStorm 10 endif end If anyone could tell me if there is anything wrong or try and provide further assistance, that would be great :) Link to comment Share on other sites More sharing options...
viennacalling Posted February 17, 2013 Share Posted February 17, 2013 (edited) I'll start off with the obvious question: have you already created a quest called JFStorm? If you haven't the GECK will not let you mention it in your script (and thus not save). Edited February 17, 2013 by viennacalling Link to comment Share on other sites More sharing options...
Xaranth Posted February 17, 2013 Share Posted February 17, 2013 (edited) First, make sure JFStorm exists and is a valid quest form. If it IS, then copy the script and relaunch the script editor; the GECK is pretty stupid, and if you try to use a form to reference an object created AFTER the form editor was opened, it'll go splat. Lastly, get this: http://newvegas.nexusmods.com/mods/41642 Wonder how you ever lived without it. EDIT: Also, make sure that it's an object Script, and not an Effect or Quest script. Edited February 17, 2013 by Xaranth Link to comment Share on other sites More sharing options...
Rezubi Posted February 17, 2013 Author Share Posted February 17, 2013 Ok thanks guys it works now! ;D Link to comment Share on other sites More sharing options...
Recommended Posts