14 lines
406 B
Plaintext
14 lines
406 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName goldmerchant
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/22/2003 4:23:12 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(200, GetPCSpeaker(), TRUE);
|
|
}
|