14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_take10000coin
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/11/2002 1:53:32 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
|
|
}
|