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

17 lines
456 B
Plaintext

//::///////////////////////////////////////////////
//:: Name hx_end_aribetray
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Resets the betray variable (sets to FALSE).
*/
//:://////////////////////////////////////////////
//:: Created By: Brad Prince
//:: Created On: Nov 6, 2003
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(GetModule(), "bAribethBetrays", FALSE);
}