14 lines
403 B
Plaintext
14 lines
403 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(5000, GetPCSpeaker(), TRUE);
|
||
|
}
|