Code:
var time = global_vars.curtime();
function break_legs() {
var new_time = global_vars.curtime();
if ((new_time - time) > 0.2) {
time = global_vars.curtime();
if (vars.get_bool("misc.slidewalk"))...
You do not have permission to view the full content of this resource. Log in or register now.