11 lines
263 B
Plaintext
11 lines
263 B
Plaintext
#include "nw_i0_plotwizard"
|
|
int StartingConditional()
|
|
{
|
|
int nShow = GetLocalInt(GetPCSpeaker(), "p000state") >= 3;
|
|
if (nShow)
|
|
{
|
|
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 4);
|
|
PWSetMinLocalIntPartyPCSpeaker("p000state", 4);
|
|
}
|
|
return nShow;
|
|
} |