14 lines
395 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}