generated from Jaysyn/ModuleTemplate
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_bribe50gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/1/2002 11:37:27 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(50, GetPCSpeaker(), FALSE);
|
|
}
|