Jump to content

Nalia dialogue missing stronghold checks


Recommended Posts

Nalia's dialogue is missing the necessary checks before offering the Keep as a Stronghold.

 

ADD_TRANS_TRIGGER NALIA 81
~Global("PlayerHasStronghold","GLOBAL",0)~
DO 3

ADD_TRANS_TRIGGER NALIA 82 83 101
~Global("PlayerHasStronghold","GLOBAL",0)~
DO 0

REPLACE_TRIGGER_TEXT NALIA 
~!Class(Player1,FIGHTER_ALL)~
~OR(2)
!Class(Player1,FIGHTER_ALL)
Global("PlayerHasStronghold","GLOBAL",1)~

Link to comment

Archived

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

×
×
  • Create New...