14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName vamp_keygive
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 27/02/2005 2:31:38 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("gantombkey", GetPCSpeaker(), 1);
|
|
|
|
}
|