14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_0013e56
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/8/2006 10:08:25 AM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(5, GetPCSpeaker(), FALSE);
|
||
|
}
|