12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
void main()
|
|
{
|
|
object oGood;
|
|
object oPC;
|
|
|
|
oPC = GetPCSpeaker();
|
|
|
|
oGood = GetObjectByTag("en3_good");
|
|
AdjustReputation(oPC,oGood,-100);
|
|
SetLocalInt(oPC,"Evil",1);
|
|
}
|