14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName gv_bk_ccrdl
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/27/2008 11:47:04 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("thecatscradle", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|