17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_076
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/14/2002 12:42:37 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("mclarnbread001", GetPCSpeaker(), 1);
|
||
|
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
|
||
|
}
|