Jump to content

Recommended Posts

Posted (edited)

It still doesn't save, it says "all script commands must be inside begin/end block"

Edited by TanisDuncan
  • Replies 50
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

Tanis, you need to add the final

 

end

 

line to the script. The first version should have been

 

scn ElvenwatchManor

begin gamemode

if ( GetStage ElvenwatchManor <= 0 ) && ( Player.IsInCombat == 0 ) && ( GetStage CharacterGen >= 88 ) && ( Player.GetinCell ImperialDungeon03 == 0 )
SetStage ElvenwatchManor 10
endif

 

end

 

And don't forget to set the Script Type to Quest before compiling it.

 

Cheers!

Edited by IkeCoast
Posted

Got ninjad by Ike lol. Yeah. i just realized that I didnt put end at the end. If you follow the rest of what I said though and save, it should work. post back here and let me know would ya?

Posted

That's the script and stage 1 (10) done.

Posted

What about completing the quest, when you enter the house after being told to go there via quest marker.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...