PWE_PRC8/_module/nss/p000q001_action.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

8 lines
244 B
Plaintext

#include "nw_i0_plotwizard"
void main()
{
SetLocalInt(OBJECT_SELF, "p000began", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state_ct_PlotGiver", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state", 1);
PWGiveExperienceParty(GetPCSpeaker(), 30000);
}