9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
#include "nw_i0_plotwizard"
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "p001began", 1);
|
|
CreateItemOnObject("lettertopresterj", GetPCSpeaker());
|
|
PWSetMinLocalIntPartyPCSpeaker("p001state_MasterPhilip", 1);
|
|
PWSetMinLocalIntPartyPCSpeaker("p001state", 1);
|
|
}
|