NWNDS/nwnds_module/at_setwestmshop1.nss

14 lines
395 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_setwestmshop1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/24/2002 1:52:16 AM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "nWestmorreShop", 1);
}