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