14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_givedavid_key
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/08/17 21:07:04
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("item007", GetPCSpeaker(), 1);
|
|
|
|
}
|