17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName nwa_barelverqst
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 19/09/2002 02:55:10
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("elverquisst", GetPCSpeaker(), 1);
|
|
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(40, GetPCSpeaker(), TRUE);
|
|
}
|