14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rude_pixieblood
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 14/10/2004 8:33:32 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("vialofpixieblood", GetPCSpeaker(), 1);
|
|
|
|
}
|