14 lines
402 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: FileName cho_give_tunic
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 15/06/2003 19:43:30
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("tuniccho", GetPCSpeaker(), 1);
}