14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName give_spade
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 12/02/2004 20:21:15
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("spade", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|