THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/01/2012 at 06:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.5
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
Hi,
In the Script Manager Window, is is possible to write a small script that contains functions? This does not work:
var a = 8;
a = a + 2;
output_var(a);
output_var( n ) {
println(n);
}