14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_010
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 4/17/2005 10:03:48 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(1000000, GetPCSpeaker(), TRUE);
|
||
|
}
|