Skip to content

Notinparty check

CaloNordCaloNord Member Posts: 1,809
Hey, a simple and quick question I'm sure has been answered a million times,

The NPC dialogue code has an in party check, eg. InParty("MINSC"), is there a not in party check? Eg. NotInParty("DYNAH")?

( Thats not it is it? )

Cheers. :)

Comments

  • LiamEslerLiamEsler Member Posts: 1,859
    edited July 2014
    In BG:EE and BGII:EE, in dialog you want to be using the following:

    IsValidForPartyDialog("DYNAH")
    !IsValidForPartyDialog("DYNAH")

    You could also use !InParty("DYNAH") if you just want to check if she's not in party full-stop.
    Post edited by LiamEsler on
  • CaloNordCaloNord Member Posts: 1,809
    @LiamEsler‌ Ahh cheers mate!
    Been working on banters and it will only make sense to have this one trigger if Dynaheir isn't in the party, given it pertains to how she was kidnapped by gnolls. So that will be very helpful!
    Thanks very much! :)
Sign In or Register to comment.