8 lines
244 B
Plaintext
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);
|
|
} |