14 lines
413 B
Plaintext
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);
|
|
|
|
}
|