Jump to content

No kill or be killed


rolfsnit

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...