AOC_PRC8/_module/nss/cut_test4.nss

9 lines
175 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oMod = GetModule();
SetLocalInt(oMod, "d3", 1);
SetLocalInt(oPC, "cutscene_on", 1);
SetLocalInt(oMod, "cutscene_flag", 0);
}