17 lines
455 B
Plaintext
17 lines
455 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name hx_end_deebetray
|
||
|
//:: 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(), "bDeekinBetrays", FALSE);
|
||
|
}
|