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