Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

15 lines
465 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName giveitems
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/23/2002 11:15:42 PM
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_medkit001", GetPCSpeaker(), 1);
CreateItemOnObject("nw_it_medkit002", GetPCSpeaker(), 1);
}