Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

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);
}