PWE_PRC8/_module/nss/p000q001_action.nss

8 lines
244 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
#include "nw_i0_plotwizard"
void main()
{
SetLocalInt(OBJECT_SELF, "p000began", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state", 1);
PWGiveExperienceParty(GetPCSpeaker(), 30000);
}