14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName take1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/9/2004 2:59:55 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(1, GetPCSpeaker(), TRUE);
|
|
}
|