17 lines
456 B
Plaintext
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);
|
|
}
|