Thread: mel question
View Single Post
# 1 25-10-2012 , 08:51 PM
Registered User
Join Date: Sep 2010
Location: Iran
Posts: 17

mel question

Hi,
Why the following script generate a syntax error?
(the problem doesn't connected to having ident)

If (particleId % 2 == 0 )
{
goalWeight0PP=1;
goalWeight1PP=0;
}
else
{
goalWeight0PP=0;
goalWeight1PP=1;
}