17 lines
490 B
Plaintext
17 lines
490 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName nwa_barashaben
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 19/09/2002 16:40:47
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("ashabenale", GetPCSpeaker(), 1);
|
|
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(4, GetPCSpeaker(), TRUE);
|
|
}
|