14 lines
416 B
Plaintext
14 lines
416 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName bvcaptain_charge
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 8/10/2003 6:55:12 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(2000, GetPCSpeaker(), TRUE);
|
||
|
}
|