HiddenTradition_PRC8/_module/nss/at_handcontract.nss

14 lines
413 B
Plaintext
Raw Permalink Normal View History

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