Aantioch_Infernum/_module/nss/dragon_give_item.nss

14 lines
415 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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);
}