NWNDS/nwnds_module/at_setmer2threat.nss

14 lines
400 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_setmer2threat
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/21/2002 11:40:07 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "nArenaMerch2Threat", 1);
}