VersaProd Posted August 2, 2009 Share Posted August 2, 2009 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: GREETINGDialogue: You! What are you doing here?Flags: Say Once.Responses: 2Conditions: 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 More sharing options...
Qwaxalot Posted August 2, 2009 Share Posted August 2, 2009 You might want to request that this topic be moved to the mods troubleshooting section. Link to comment Share on other sites More sharing options...
VersaProd Posted August 2, 2009 Author Share Posted August 2, 2009 Ah, right. Of course. My bad. Link to comment Share on other sites More sharing options...
Recommended Posts