17 lines
488 B
Plaintext
17 lines
488 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName nwa_barmorim
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 19/09/2002 02:54:28
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker the items
|
||
|
CreateItemOnObject("morimatra", GetPCSpeaker(), 1);
|
||
|
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(15, GetPCSpeaker(), TRUE);
|
||
|
}
|