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