HiddenTradition_PRC8/_module/nss/at_createmedheal.nss

16 lines
418 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_createmedheal
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/07/17 14:10:25
//:://////////////////////////////////////////////
void main()
{
// Give the speaker the items
CreateItemOnObject("nw_it_mpotion020", GetPCSpeaker(), 1);
}