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

14 lines
413 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_handcontract
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/21/2002 10:50:52 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_ship_contract", GetPCSpeaker(), 1);
}