14 lines
401 B
Plaintext
14 lines
401 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName take3
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 1/9/2004 3:00:42 AM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(3, GetPCSpeaker(), TRUE);
|
|
}
|