Initial upload
Initial upload.
This commit is contained in:
11
_module/nss/p000q002_show.nss
Normal file
11
_module/nss/p000q002_show.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "nw_i0_plotwizard"
|
||||
int StartingConditional()
|
||||
{
|
||||
int nShow = GetLocalInt(GetPCSpeaker(), "p000state_Dwarf2") >= 1;
|
||||
if (nShow)
|
||||
{
|
||||
PWSetMinLocalIntPartyPCSpeaker("p000state_Dwarf2", 2);
|
||||
PWSetMinLocalIntPartyPCSpeaker("p000state", 2);
|
||||
}
|
||||
return nShow;
|
||||
}
|
||||
Reference in New Issue
Block a user