16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_027
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/18/2003 11:12:38 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("nw_it_mpotion003", GetPCSpeaker(), 1);
|
||
|
CreateItemOnObject("nw_it_mpotion001", GetPCSpeaker(), 1);
|
||
|
CreateItemOnObject("nw_it_mpotion005", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|