Page 1 of 1

AlcScript Question

PostPosted: Wed Oct 15, 2008 11:40 am
by J'Kla
Is there any structure in AlcScript that can act as a variable to provide a counter for an "if then else" structure actually thats a better question is there any of the following

Repeat until

If Then Else

For x = 1 to 20...............Next

?

[edit]
If so where is it documented?
[/edit]

Re: AlcScript Question

PostPosted: Wed Oct 15, 2008 1:27 pm
by D'Lanor
That is what you use Python for.

Re: AlcScript Question

PostPosted: Wed Oct 15, 2008 1:28 pm
by J'Kla
"$%^&*

Re: AlcScript Question

PostPosted: Wed Oct 15, 2008 2:20 pm
by Trylon
Yup, alcscript can't really do logic - it merely provides us a way to describe objects and properties that can't be intuitively linked to blender functions.