TheHordeUndead_PRC8/_module/nss/attackbyrep.nss

9 lines
193 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
void main()
{
if(GetLocalInt(GetObjectByTag("OrcGuard"), "nOrcLeave") == 0)
{
object oPC = GetFirstPC();
AdjustReputation(oPC, GetObjectByTag("OrcGuard"), -10);
}
}