HiddenTradition_PRC8/_module/nss/x2_nathromance0a.nss
2024-06-20 15:47:42 -04:00

27 lines
595 B
Plaintext

//::///////////////////////////////////////////////
//:: NathyrraRomance0a
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Sets main Nathyrra romance variable at 0
(Romance killed)
UNLESS ROMANCE VARIABLE is at 3
(Romance forced)
*/
//:://////////////////////////////////////////////
//:: Created By: Drew Karpyshyn
//:: Created On: Oct. 14, 2003
//:://////////////////////////////////////////////
void main()
{
if (GetLocalInt(GetModule(),"iNathyrraRomance")!=3)
{
SetLocalInt(GetModule(),"iNathyrraRomance",0);
}
}