14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName pay_250gp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/6/2006 2:07:11 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(250, GetPCSpeaker(), TRUE);
|
||
|
}
|