Aantioch_Infernum/_module/nss/cho_give_tunic.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
402 B
Plaintext

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