How to disable leaper rounds on die rise
-
Does anyone know how to disable leaper rounds on die rise? I need to know how for a mod im working on.
-
STG_Pancakess You can replaceFunc() this function in zm_highrise.gsc
setup_leapers()
and make b_disable_leapers always true.