Lankhmar_PRC8/_module/nss/at_snklnds.nss

9 lines
168 B
Plaintext
Raw Normal View History

2025-04-03 12:54:47 -04:00
void main()
{
object oPC = GetPCSpeaker();
// Set the variables
SetLocalString(oPC, "snklnds", "1");
DelayCommand(1.5, SetCutsceneMode(oPC, FALSE));
}