HiddenTradition_PRC8/_module/nss/at_giveblesspot.nss

14 lines
409 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName at_giveblesspot
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/23 15:18:56
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_mpotion009", GetPCSpeaker(), 1);
}