#include "nw_i0_plotwizard" int StartingConditional() { int nShow = GetLocalInt(GetPCSpeaker(), "p000state_Renthran") >= 2; if (nShow) { PWSetMinLocalIntPartyPCSpeaker("p000state_Renthran", 3); PWSetMinLocalIntPartyPCSpeaker("p000state", 3); } return nShow; }