14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName spirit_staf_give
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/20/2003 10:57:24 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("staffofbuddha", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|