14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
|
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
SetLocalString(oPC, "baincnv", "1");
|
||
|
|
||
|
// Remove some gold from the player
|
||
|
TakeGoldFromCreature(500, GetPCSpeaker(), FALSE);
|
||
|
|
||
|
}
|