HiddenTradition_PRC8/_module/nss/h9a_meph_betray4.nss
2024-06-20 15:47:42 -04:00

18 lines
513 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}