Emmanuel Serratrice
maya4fun
About Me
EXPERTISE
CG Supervisor
INDUSTRY
Gamedev
Connect
LOCATION
Montpellier,
France
WEBSITE
Houdini Skills
Availability
I am available for Contract Work
Recent Forum Posts
VEX Syntax issues Feb. 28, 2025, 9:50 p.m.
-I all I have a problem qith this formula on attrib wrangler:
int pcloud = pcopen(0, "P", @P, 2.1, 10);
if (pcnumfound(pcloud) < 5);
}
removepoint(0, @ptnum);
{
-the report error is :
Invalid source /obj/origin_box/attribwrangle1/attribvop1.
(Error: Syntax error, unexpected '(', expecting identifier or '['. (5,16)).
any help will be apprecited. Thank you.
Emmanuel
int pcloud = pcopen(0, "P", @P, 2.1, 10);
if (pcnumfound(pcloud) < 5);
}
removepoint(0, @ptnum);
{
-the report error is :
Invalid source /obj/origin_box/attribwrangle1/attribvop1.
(Error: Syntax error, unexpected '(', expecting identifier or '['. (5,16)).
any help will be apprecited. Thank you.
Emmanuel