12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
#include "nw_i0_plotwizard"
|
|
int StartingConditional()
|
|
{
|
|
int nShow = GetLocalInt(GetPCSpeaker(), "p001state_MasterPhilip") >= 1;
|
|
if (nShow)
|
|
{
|
|
PWSetMinLocalIntPartyPCSpeaker("p001state_MasterPhilip", 2);
|
|
PWSetMinLocalIntPartyPCSpeaker("p001state", 2);
|
|
}
|
|
return nShow;
|
|
}
|