Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/p006q004_show.nss
Normal file
11
_module/nss/p006q004_show.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "nw_i0_plotwizard"
|
||||
int StartingConditional()
|
||||
{
|
||||
int nShow = GetLocalInt(GetPCSpeaker(), "p006state_ct_Merem") >= 3;
|
||||
if (nShow)
|
||||
{
|
||||
PWSetMinLocalIntPartyPCSpeaker("p006state_ct_Merem", 4);
|
||||
PWSetMinLocalIntPartyPCSpeaker("p006state", 4);
|
||||
}
|
||||
return nShow;
|
||||
}
|
Reference in New Issue
Block a user