14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_take300gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 8/16/2002 3:28:09 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(300, GetPCSpeaker(), TRUE);
|
|
}
|