2024-06-20 15:47:42 -04:00

14 lines
406 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_givebeer
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/26/2002 4:18:56 AM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("it_mpotion022", GetPCSpeaker(), 1);
}