14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_017
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 3/8/2007 4:46:50 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(2000, GetPCSpeaker(), TRUE);
|
||
|
}
|