14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName goa_tears_give
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/26/2002 2:54:20 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("gatekey", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|