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')
using Node.ConCreate()
-
stan
- Master Chief Petty Officer
- Posts: 584
- Joined: 21 May 2009, 17:20
using Node.ConCreate()
-
clintonman
- Captain
- Posts: 5659
- Joined: 21 May 2009, 21:08
- Type the number ten into the box: 0
- Location: California
Re: using Node.ConCreate()
There was some discussion on the truespaceplugins forum here:
http://truespaceplugins.com/forum/Scrip ... 28%29.html"
I think that ConCreate is limited to simple data types (float, double, string, ulong). Try using 'float' or 'double' for the number.
http://truespaceplugins.com/forum/Scrip ... 28%29.html"
I think that ConCreate is limited to simple data types (float, double, string, ulong). Try using 'float' or 'double' for the number.
-
stan
- Master Chief Petty Officer
- Posts: 584
- Joined: 21 May 2009, 17:20
Re: using Node.ConCreate()
Thanks Clinton..forgot about that thread
