14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName reaperkeygiver
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 11/3/2003 7:47:57 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("reaperkey", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|