using Node.ConCreate()

Smart people ~ Great Scripts
Post Reply
stan
Master Chief Petty Officer
Posts: 580
Joined: 21 May 2009, 17:20

using Node.ConCreate()

Post by stan »

I am having trouble use Node.ConCreate
when I use 'string' it works but not with 'Common Data Package/Color Data' or 'number'. any one know how to use this?
Thanks
Node.ConCreate( System.ThisOwner()+'/DarkTree', col_name_s.slice(27), 'string', 'CONFLG_IN')
User avatar
clintonman
Captain
Posts: 5422
Joined: 21 May 2009, 21:08
Type the number ten into the box: 0
Location: California
Contact:

Re: using Node.ConCreate()

Post by clintonman »

There was some discussion on the truespaceplugins forum here:

http://truespaceplugins.com/forum/Scrip ... 28%29.html" onclick="window.open(this.href);return false;

I think that ConCreate is limited to simple data types (float, double, string, ulong). Try using 'float' or 'double' for the number.
Clinton Reese

http://clintons3d.com
stan
Master Chief Petty Officer
Posts: 580
Joined: 21 May 2009, 17:20

Re: using Node.ConCreate()

Post by stan »

Thanks Clinton..forgot about that thread
:worship:
Post Reply