HiddenTradition_PRC8/_module/nss/at_giveblesspot.nss
2024-06-20 15:47:42 -04:00

14 lines
409 B
Plaintext

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