14 lines
413 B
Plaintext
14 lines
413 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName spirit_magic_giv
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/22/2003 9:47:21 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("stoneofseparatio", GetPCSpeaker(), 1);
|
|
|
|
}
|