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

16 lines
418 B
Plaintext

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