12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
#include "nw_i0_plotwizard"
|
|
int StartingConditional()
|
|
{
|
|
int nShow = GetLocalInt(GetPCSpeaker(), "p003state_BaldwinIV") >= 3;
|
|
if (nShow)
|
|
{
|
|
PWSetMinLocalIntPartyPCSpeaker("p003state_BaldwinIV", 5);
|
|
PWSetMinLocalIntPartyPCSpeaker("p003state", 5);
|
|
}
|
|
return nShow;
|
|
}
|