Jump to content

Valygar's Ranger Friend


Recommended Posts

Valygar's ranger friend would go hostile, even if the player was telling the truth about not being hired by the CWs. The option now only shows up if you really are working for the CWs.

 

// adds transition trigger to prevent Valygar's ranger buddy from going hostile
ADD_TRANS_TRIGGER VALRAN01 0 ~Global("HiredByCowled","GLOBAL",1)~ DO 2

Link to comment

Wait. Baldurdash makes it only possible to say "Valygar who?" if you're working for the Cowled Wizards, and that's what you've got there, but wouldn't it be better to still be able to say "Valygar who?" if you're not working for the Cowled Wizards (say, if you actually have never heard of Valygar, or have but have no reason to be thinking about him) and just have the ranger not attack you for it?

Link to comment

Oh, good call. Rewrote as follows:

 

// Valygar who? response now routed properly
ADD_TRANS_TRIGGER VALRAN01 0 ~Global("HiredByCowled","GLOBAL",1)~ DO 2
EXTEND_BOTTOM VALRAN01 0
IF ~Global("HiredByCowled","GLOBAL",0)~ THEN REPLY #19259 GOTO 1
END

Link to comment

Archived

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

×
×
  • Create New...