8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
|
#include "nw_i0_plotwizard"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "p011began", 1);
|
||
|
PWSetMinLocalIntPartyPCSpeaker("p011state_Lethsla", 1);
|
||
|
PWSetMinLocalIntPartyPCSpeaker("p011state", 1);
|
||
|
}
|