9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
// Set the variables
|
|
SetLocalString(oPC, "snklnds", "1");
|
|
DelayCommand(1.5, SetCutsceneMode(oPC, FALSE));
|
|
}
|