NWNDS/nwnds_module/at_setgotrugxp.nss

14 lines
390 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_setgotrugxp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/24/2002 10:57:15 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "nGotRugXP", 1);
}