Dialogue loop in "Out of Order"

Type: 

Bug

Severity: 

Major

Game version: 

OpenMW

Concerns: 

TR_Mainland

Found in Version: 

Status: 

Fixed for Version: 

Item/Script Reference:

Identifier: 

TR_m1_Udrasi Edram / TR_m1_FW_OutOfOrder

Name: 

Udrasi Edram / Out of Order

Description: 

If Udrasi Edram is left alive to confront the player after opening the contraband chest on the Brazen Maiden his dialogue will get stuck in a loop.

 

Encountered on the latest TR_Mainland (2022-10-12)

Screenshots: 

Comments

Two problems I can see that

pralec's picture

Two problems I can see that might be causing this, and the solution:

  • Script has the same name as the container to which it's attached. Script name can safely be changed.
  • Control variable is only set in the dialogue, not in the script. Set UdrasiGreet to 2 in the script under the forcegreeting.

I fixed this kinda. Had to

pralec's picture

I fixed this kinda. Had to reimplement the journal update from the crate script because the old implementation was giving me script errors.