16 lines
418 B
Plaintext
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);
|
||
|
|
||
|
|
||
|
|
||
|
}
|