Jump to content

Quest Scripting help!


Rezubi

Recommended Posts

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

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 by Xaranth
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...