Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
⚠️ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
IF formulae
-
I'm stuck again, is it possible to do this: if var("1")and var("2") are on then set var ("3",0) ????if so then how?
-
if(getVar("one")>0 && getVar("two")>0);setVar("three",0);end -
thanks chris! works perfectly, I'm making this for an fps with switchavble weapons, i needed this to turn the weapon off when holstered, thanks!!!!!
-
another thing: how do i do this: when a joint is at maximum capacity, setvar("one",1)????
-
I dont know what you mean by maximum capacity.
-
nvm, I've found a way around it by using ontouch
Advertisement