Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/h9a_meph_betray4.nss
Normal file
17
_module/nss/h9a_meph_betray4.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Mephistopheles, Deekin's Betrayal (Action Script)
|
||||
//:: H9a_Meph_Betray4.nss
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Flag Deekin as having betrayed the player.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Rob Bartel
|
||||
//:: Created On: September 10, 2003
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(GetModule(), "bDeekinBetrays", TRUE);
|
||||
}
|
Reference in New Issue
Block a user