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