How would I re-add a function so far I've done addSplatter = undefined;
now this works perfectly for removing the function/breaking it so it doesn't do the function anymore but how would I re-add the function I've tried
addSplatter = addSplatter;
but that doesn't work any idea's on how to get the function "re-added" ? Thanks for reading.