Initial commit. Updated release archive.
This commit is contained in:
18
_module/nss/h9a_meph_stop.nss
Normal file
18
_module/nss/h9a_meph_stop.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Mephistopheles, Player Chooses Stop (Action Script)
|
||||
//:: H9a_Meph_Stop.nss
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Flag the player as having chosen to Stop
|
||||
Mephistopheles.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Rob Bartel
|
||||
//:: Created On: September 10, 2003
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
SetLocalString(GetModule(), "sPCEndChoice", "Stop");
|
||||
}
|
Reference in New Issue
Block a user