opravdu Posted April 26, 2010 Share Posted April 26, 2010 I'm just asking a quick question here:How do you round up a value in the GECK?I have a script, where I would like to round up a value.How could I do this? Link to comment Share on other sites More sharing options...
BadPenney Posted April 26, 2010 Share Posted April 26, 2010 if x > 1 && x < 2 set x to 2 endif Link to comment Share on other sites More sharing options...
opravdu Posted April 27, 2010 Author Share Posted April 27, 2010 if x > 1 && x < 2 set x to 2 endif The GECK scripting is really to simple to do something like "ceil(x)" huh? Link to comment Share on other sites More sharing options...
BadPenney Posted April 27, 2010 Share Posted April 27, 2010 I simply can't say. Has it tried? Link to comment Share on other sites More sharing options...
Recommended Posts