LoT_PRC8/_module/nss/p006q001_show.nss

13 lines
295 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
#include "nw_i0_plotwizard"
int StartingConditional()
{
int nShow = !GetLocalInt(OBJECT_SELF, "p006began");
if (nShow)
{
SetLocalInt(OBJECT_SELF, "p006began", 1);
PWSetMinLocalIntPartyPCSpeaker("p006state_Dwarf3", 1);
PWSetMinLocalIntPartyPCSpeaker("p006state", 1);
}
return nShow;
}