Amon_PRC8/_module/nss/faction_urkatan.nss

13 lines
228 B
Plaintext
Raw Normal View History

2025-04-03 19:00:46 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oTarget1;
object oTarget2;
oTarget1 = GetObjectByTag("Bosh");
oTarget2 = GetObjectByTag("Sesom");
AdjustReputation(oPC, oTarget1, 200);
AdjustReputation(oPC, oTarget2, 200);
}