Jaysyn904 e0ec0015e6 Initial upload
Initial upload
2023-09-21 20:25:34 -04:00

9 lines
193 B
Plaintext

void main()
{
if(GetLocalInt(GetObjectByTag("OrcGuard"), "nOrcLeave") == 0)
{
object oPC = GetFirstPC();
AdjustReputation(oPC, GetObjectByTag("OrcGuard"), -10);
}
}