14 lines
410 B
Plaintext
14 lines
410 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName fare_capt1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/06/2003 17:32:59
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(10000, GetPCSpeaker(), TRUE);
|
|
}
|