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