16 lines
457 B
Plaintext
16 lines
457 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName take_1000gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/09/2002 8:18:45 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(1000, GetPCSpeaker(), TRUE);
|
|
|
|
SetLocalInt(GetPCSpeaker(),"Bet",1000);
|
|
}
|