14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_take1gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/3/2002 8:59:57 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(20, GetPCSpeaker(), TRUE);
|
|
}
|