16 lines
451 B
Plaintext
16 lines
451 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName take_10gp
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 11/09/2002 8:17:36 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
|
|
// Remove some gold from the player
|
|
TakeGoldFromCreature(10, GetPCSpeaker(), TRUE);
|
|
|
|
SetLocalInt(GetPCSpeaker(),"Bet",10);
|
|
}
|