//:://///////////////////////////////////////////// //:: Name hx_end_natbetray //:: 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(), "bNathyrraBetrays", FALSE); }