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

19 lines
534 B
Plaintext

//::///////////////////////////////////////////////
//:: Mephistopheles, Player Chooses Join (Action Script)
//:: H9a_Meph_Join.nss
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Flag the player as having chosen to Join
Mephistopheles.
*/
//:://////////////////////////////////////////////
//:: Created By: Rob Bartel
//:: Created On: September 10, 2003
//:://////////////////////////////////////////////
void main()
{
SetLocalString(GetModule(), "sPCEndChoice", "Join");
}