15 lines
465 B
Plaintext
Raw Permalink Normal View History

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