Initial upload
Initial upload
This commit is contained in:
8
_module/nss/attackbyrep.nss
Normal file
8
_module/nss/attackbyrep.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
if(GetLocalInt(GetObjectByTag("OrcGuard"), "nOrcLeave") == 0)
|
||||
{
|
||||
object oPC = GetFirstPC();
|
||||
AdjustReputation(oPC, GetObjectByTag("OrcGuard"), -10);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user