14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_renf_contract
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/8/2003 10:55:57 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("renfrioscontract", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|