14 lines
407 B
Plaintext
14 lines
407 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName take400givekey
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 3/8/2003 7:17:12 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(400, GetPCSpeaker(), FALSE);
|
|
}
|