9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oMod = GetModule();
|
||
|
SetLocalInt(oMod, "d3", 1);
|
||
|
SetLocalInt(oPC, "cutscene_on", 1);
|
||
|
SetLocalInt(oMod, "cutscene_flag", 0);
|
||
|
}
|