Sarlaka Posted September 3, 2012 Share Posted September 3, 2012 Ok so im doing the vary basic quest script form the Bethsoft Tutorial Basic Quest, and i fallow all there steps perfectly, till i get all the way the the last script, there last script looks like this: scn VT74EndTRIG begin OnTrigger player if getStage VT74 < 100 if player.getHasNote VT74OverseerLog setStage VT74 100 endifendif end And i have made mine look just like it and I cnt get it to save or work or anything, i even renamed it in the rename bar thingy, and still wont let me save. My script looks like this: scn Vault7aQuestEndTRIG begin OnTrigger player if getStage Vault7Quest < 100 if player.getHasNote Vault7aQuestVault7HoloTape setStage Vault7aQuest 100 endifendif end I really dont see whats wrong, the nameing seems right, the HoloTape name is the HoloTape's ID, and i have tryed the real name: Vault 7-LT and still not work. When i save it says: Do you want to save the current script?Current = So if anyone has any idea on how to fix this, please help, it would mean a lot, im looking into other sorces but no luck yet. Link to comment Share on other sites More sharing options...
Sarlaka Posted September 3, 2012 Author Share Posted September 3, 2012 And i dont know why it did not put the TABS in there... Link to comment Share on other sites More sharing options...
Sarlaka Posted September 3, 2012 Author Share Posted September 3, 2012 Never mind i got it to work by useing there scripts already made in the VT74 that they made Link to comment Share on other sites More sharing options...
Ladez Posted September 6, 2012 Share Posted September 6, 2012 When you post scripts in the forum use code tags. In the post editor, press this button http://forums.nexusmods.com/public/style_images/Dark/rte_icons/code.png to insert code tags, and put your script between those tags. If your pasted script is indented it will also be when posted, and it will also have syntax highlighting. Link to comment Share on other sites More sharing options...
Recommended Posts