LoT_PRC8/_module/nss/p006q001_show.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

13 lines
295 B
Plaintext

#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;
}