vanatos Posted April 4, 2016 Share Posted April 4, 2016 Hi, is there any method/function that i can check to Whom the active NPC is speaking too? I believe IsGabber(object) can be used to check who initiates dialogue, is there one for the speakee? The reason why i ask is that there seems to be a long-standing bug where this can occur Sarevok banter initiates with Viconia His banter the dialogue actually talks to PC (or some other NPC in party) All dialogue shows as viconia. So if i can put a check in some banter dialogue i write to only occur if he is in fact speaking to Viconia that would be great. Link to comment
argent77 Posted April 4, 2016 Share Posted April 4, 2016 Wouldn't the object specifier "LastTalkedToBy" work in this case (e.g. Name("viconia", LastTalkedToBy) for Viconia or InPartySlot(LastTalkedToBy, 0) for Charname)? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.