18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName wizreward
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/11/2002 3:27:17 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
|
|
// Give the speaker the items
|
|
CreateItemOnObject("herocrystal", GetPCSpeaker(), 1);
|
|
|
|
|
|
|
|
}
|