Jump to content

Lavok missing dialogue checks


Recommended Posts

Lavok was missing the checks for existing strongholds, similar to Nalia.

 

// Lavok missing checks for existing stronghold before offering sphere
REPLACE LAVOK
IF ~~ THEN BEGIN 59
 SAY  #37291
 IF ~OR(2)
!Class(Player1,MAGE_ALL)
Global("PlayerHasStronghold","GLOBAL",1)
~ THEN SOLVED_JOURNAL #16007 GOTO 60
 IF ~Class(Player1,MAGE_ALL)
Global("PlayerHasStronghold","GLOBAL",0)
~ THEN SOLVED_JOURNAL #5822 GOTO 61
END
END

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...