9 lines
196 B
Plaintext
9 lines
196 B
Plaintext
#include "nw_i0_plotwizard"
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "p000began", 1);
|
|
PWSetMinLocalIntPartyPCSpeaker("p000state_Librarian", 1);
|
|
PWSetMinLocalIntPartyPCSpeaker("p000state", 1);
|
|
}
|
|
|