14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName dragon_give_item
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 05/06/2003 21:02:37
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("dragonsreward", GetPCSpeaker(), 1);
|
|
|
|
}
|