Jump to content

GREETING not working


VersaProd

Recommended Posts

My character is supposed to give a specific greeting at a certain quest stage. But instead, he gives a generic greeting. Here is what he's supposed to say:

 

Topic: GREETING

Dialogue: You! What are you doing here?

Flags: Say Once.

Responses: 2

Conditions: GetIsId Nerastarel 1 && GetStage UNSkingradNerastarel 30

 

The quest script looks like this:

 

scn UNSkingradNerastarelScript

short Doonce1
short Doonce2

Begin gamemode
If (player.GetInCell SkingradNerastarelsHouse == 1) && Doonce1 == 0
setstage UNSkingradNerastarel 10
set Doonce1 to 1
endif

elseIf player.GetInCell Alyys == 1 && Doonce2 == 0
setstage UNSkingradNerastarel 30
set Doonce2 to 1
endif

elseIf (player.GetInCell SkingradNerastarelsHouse == 1) && (GetStage UNSkingradNerastarel 50)
setstage UNSkingradNerastarel 60
endif
End

Link to comment
Share on other sites

  • Recently Browsing   0 members

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