Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/hx_end_valbetray.nss
Normal file
16
_module/nss/hx_end_valbetray.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Name hx_end_valbetray
|
||||
//:: 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(), "bValenBetrays", FALSE);
|
||||
}
|
Reference in New Issue
Block a user