8 lines
205 B
Plaintext
8 lines
205 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
GiveGoldToCreature(oPC, GetLocalInt(OBJECT_SELF, "Gold"));
|
|
AdjustAlignment(oPC, ALIGNMENT_EVIL, 2, FALSE);
|
|
SetLocalInt(OBJECT_SELF, "Gold", 0);
|
|
}
|