HiddenTradition_PRC8/_module/nss/at_wantcontract.nss

14 lines
399 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_wantcontract
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/19/2002 10:49:38 PM
//:://////////////////////////////////////////////
void main()
{
// Set the variables
SetLocalInt(GetPCSpeaker(), "WantContract", 1);
}