17 lines
496 B
Plaintext
17 lines
496 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName waitress_ale
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/30/2006 1:51:58 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker the items
|
|
CreateItemOnObject("nw_it_mpotion021", GetPCSpeaker(), 1);
|
|
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(1, GetPCSpeaker(), FALSE);
|
|
}
|