VIP
|
|
Posts: 559
|
|
|
Last seen: Jan 31, 2016 16:07:14 GMT
|
|
Post by 無限 on Jan 10, 2016 6:37:51 GMT
find anywhere that says Regene_Generator(#). if # is negative, delete or comment it out.
if you want to have it able to toggle on and off, add this line to the top of script.nsd.
const canBoostDrain = 0; // 0 is no drain, 1 is boost will drain. after you add this above the contents, you would delete or comment out:
if (canBoostDrain == 1){
add this below the contents, you would delete or comment out:
}
you should then have something looking similar to this
if (canBoostDrain == 1){ Regene_Generator(-3); } done you should then be able to toggle the infinite boost on and off with a change of a number.
|
|