Rune_PRC8/_module/nss/library1.nss

9 lines
196 B
Plaintext
Raw Normal View History

2024-09-13 09:10:39 -04:00
#include "nw_i0_plotwizard"
void main()
{
SetLocalInt(OBJECT_SELF, "p000began", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state_Librarian", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state", 1);
}