HiddenTradition_PRC8/_module/nss/p005q004_show.nss
2024-06-20 15:47:42 -04:00

12 lines
262 B
Plaintext

#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = GetLocalInt(GetPCSpeaker(), "p005state") >= 3;
if (nShow)
{
PWSetMinLocalIntPartyPCSpeaker("p005state_ct_Saladin", 4);
PWSetMinLocalIntPartyPCSpeaker("p005state", 4);
}
return nShow;
}