PAPVAFS11 Posted August 13, 2023 Share Posted August 13, 2023 I seem to recall that there was a way to have AND conditions and OR conditions function together in things like spells and dialogue. So that, in one case, you could have an actor need to be Mr. X for a spell to work, and that he would need to have either his Y or Z value at 30. Could anyone help me remember how this was done? Link to comment Share on other sites More sharing options...
Fantafaust Posted August 13, 2023 Share Posted August 13, 2023 I don't recall the actual conditions, but it should look something like this: GetIsId Mrx == 1 ANDGetYPos == 30 ORGetZPos == 30 AND Which iirc would match characters that are mr. x and are either at y30 or z30 Link to comment Share on other sites More sharing options...
Recommended Posts