Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/p003q004_show.nss
Normal file
12
_module/nss/p003q004_show.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#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;
|
||||
}
|
Reference in New Issue
Block a user