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

12 lines
291 B
Plaintext

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