Jump to content

G.E.C.K. Scripts


Sarlaka

Recommended Posts

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

endif

endif

 

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

endif

endif

 

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

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

  • Recently Browsing   0 members

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