Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/onacquireitem.nss
Normal file
15
_module/nss/onacquireitem.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "nw_i0_plotwizard"
|
||||
void main()
|
||||
{
|
||||
// PLOT WIZARD MANAGED CODE BEGINS
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p005state", "p005", 2, "it_ReynaldsHead", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p007state", "p007", 2, "it_BaldwinsPlans", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p006state", "p006", 2, "it_porcelain", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p002state", "p002", 7, "GolemPlans", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p002state", "", 5, "KeytoIsaacsworkroom", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p000state", "p000", 2, "LettertoPope", 0);
|
||||
PWSetMinLocalIntAndJournalForItemAcquired("p004state", "p004", 2, "it_DrowSewerMap", 0);
|
||||
// PLOT WIZARD MANAGED CODE ENDS
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user