13 lines
336 B
Plaintext
13 lines
336 B
Plaintext
#include "nw_i0_plotwizard"
|
|
int StartingConditional()
|
|
{
|
|
int nShow = GetLocalInt(GetPCSpeaker(), "p003state_BaldwinIV") >= 3;
|
|
if (nShow)
|
|
{
|
|
PWSetMinLocalIntPartyPCSpeaker("p003state_Guy", 4);
|
|
PWSetMinLocalIntPartyPCSpeaker("p003state", 4);
|
|
AddJournalQuestEntry("p003", 4, GetPCSpeaker(), TRUE, FALSE, FALSE);
|
|
}
|
|
return nShow;
|
|
}
|