Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
17
_module/nss/en4_eviltogood.nss
Normal file
17
_module/nss/en4_eviltogood.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
void main()
|
||||
{
|
||||
object oDefender;
|
||||
object oPC;
|
||||
object oEvil;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
oDefender = GetObjectByTag("en4_cityguard0_1");
|
||||
AdjustReputation(oPC,oDefender,100);
|
||||
|
||||
oEvil = GetObjectByTag("en4_evil");
|
||||
AdjustReputation(oPC,oEvil,-100);
|
||||
|
||||
SetLocalInt(oPC,"Monstrous",0);
|
||||
|
||||
}
|
Reference in New Issue
Block a user