HiddenTradition_PRC8/_module/nss/at_wantcontract.nss
2024-06-20 15:47:42 -04:00

14 lines
399 B
Plaintext

//::///////////////////////////////////////////////
//:: 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);
}