Jump to content

Need pro scripters help


sixcross

Recommended Posts

Hello i just started modding and I'm in the process of adding a npc that follows/waits... I have been following this guide

http://planetelderscrolls.gamespy.com/fms/AdvSearch.php?cluster=oblivionmods. I have gotten to the part where you start scripting and i have done as the guide has stated and made the script saved it closed out of the quest menu and reloaded it but the script that I have made does not show up in the drop down box. I have made maybe 8 or 10 different ones to try trouble shooting... did not name them with any numbers and i have checked the main scripting prompt in the tool bar and they do appear to have been saved. I don't know why its not showing up so maybe one of you can help.

 

 

At the top left click on script and click on new. Where the script type box is, open the list and select Quest.

 

Now we got some heavy scripting ahead of us, are you prepared? This may be the hardest work you will ever have to do.

 

Take a breath and let's begin. For the first line type ScriptName yourscriptname, for mine I will call it ScriptName AAveroniascript. Now hit the enter key 2 times giving yourself an extra line of space. Type in short variablename, for mine I use short veroniafollow. Your script should now look something like this:

ScriptName AAveroniascript

 

short veroniafollow

We're done... there was that so bad? What this script does is declare a variable for us to use, in my case veroniafollow is the variable, it can be anything you want, just try not to use any numbers as it may screw things up.

 

Hit the save button and close the script. We will also have to close the quest window and reopen it. Hit the OK button and the bottom and open up the quest window again.

 

Make sure it is your quest that is selected. Now in the script line expand the list and find our newly created script. Select it and go back to the Topics tab.

 

 

!!!!!!!!!!!!!!!!!!! taken from http://planetelderscrolls.gamespy.com/fms/AdvSearch.php?cluster=oblivionmods!!!!!!!!!!!!!!!!!

 

Thank you

Link to comment
Share on other sites

  • Recently Browsing   0 members

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