14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_take50gp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 9/1/2002 8:10:18 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
|
||
|
}
|