12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
#include "nw_i0_plotwizard"
|
|
int StartingConditional()
|
|
{
|
|
int nShow = GetLocalInt(GetPCSpeaker(), "p006state_ct_Merem") >= 3;
|
|
if (nShow)
|
|
{
|
|
PWSetMinLocalIntPartyPCSpeaker("p006state_ct_Merem", 4);
|
|
PWSetMinLocalIntPartyPCSpeaker("p006state", 4);
|
|
}
|
|
return nShow;
|
|
}
|