14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_001
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/1/2007 10:44:24 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(5000, GetPCSpeaker(), TRUE);
|
|
}
|