rolfsnit Posted October 2, 2009 Share Posted October 2, 2009 Can anyone make a script that will kill you if you kill an npc? Link to comment Share on other sites More sharing options...
grmblf Posted October 2, 2009 Share Posted October 2, 2009 that's a bit crazy but here you have it: scn imnotamurderer float fQuestDelayTime short victims short check begin gamemode If ( check == 0 ) set fQuestDelayTime to 1 set victims to ( GetPCMiscStat 6 ) set check to 1 Else If ( GetPCMiscStat 6 > victims ) EssentialDeathReload "That was unnecessary. You deserve to die as well" Endif Endif End you need to create a quest in the CS and attach that script to it and that's all. If you want the script only kills you when you kill innocent people only then replace both 6 after GetPCMiscStat by a 32. Link to comment Share on other sites More sharing options...
rolfsnit Posted October 3, 2009 Author Share Posted October 3, 2009 Thank you, thank you, thank you! Kudos! Link to comment Share on other sites More sharing options...
Recommended Posts