14 lines
400 B
Plaintext
14 lines
400 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName charwell01
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 26/04/2004 21:24:52
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(1, GetPCSpeaker(), TRUE);
|
|
}
|