17 lines
465 B
Plaintext
17 lines
465 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_169
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/07/2003 6:10:47 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some XP
|
||
|
GiveXPToCreature(GetPCSpeaker(), 200);
|
||
|
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("quest005", GetPCSpeaker(), 1);
|
||
|
|
||
|
}
|