14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName innkeeperstories
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/8/2003 5:22:26 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(5, GetPCSpeaker(), FALSE);
|
|
}
|