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

14 lines
415 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName dragon_give_item
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 05/06/2003 21:02:37
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("dragonsreward", GetPCSpeaker(), 1);
}