<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Script Error in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186539#M26983</link>
    <description>This has come up again and my other fix isn't working so here is the whole script for a different object with the same problem.</description>
    <pubDate>Sat, 18 Oct 2008 11:01:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-10-18T11:01:39Z</dc:date>
    <item>
      <title>Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186535#M26979</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm not sure what is giving me this error.  aren't the highlighted lines string type expressions?&lt;/T&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;IMG src="http://community.graphisoft.com/t5/image/serverpage/image-id/75514i36734CA7E5D62DEB/image-size/large?v=v2&amp;amp;px=999" border="0" alt="Picture 1.png" title="Picture 1.png" /&gt;</description>
      <pubDate>Wed, 15 Oct 2008 04:46:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186535#M26979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-15T04:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186536#M26980</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Seems so...could you kindly reveal more of the code or &lt;BR /&gt;
possibly post the whole thing?&lt;BR /&gt;
&lt;BR /&gt;
If this is a part of a macro call then this error could occur if the &lt;BR /&gt;
called macro does not have the "gs_list_custom" parameters at &lt;BR /&gt;
all or they are of wrong type.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Regards Juha</description>
      <pubDate>Wed, 15 Oct 2008 06:26:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186536#M26980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-15T06:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186537#M26981</link>
      <description>Thank you Juha,&lt;BR /&gt;
&lt;BR /&gt;
I'm not very good with scripting yet so I didn't totally understand what you meant in the above, but it was enough to make me realize that using a dome object in my ceiling fan was the problem.  I used a complex profile to make my globe for the light instead and now everything is ok.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the insight.&lt;BR /&gt;
&lt;BR /&gt;
Rick</description>
      <pubDate>Wed, 15 Oct 2008 11:40:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186537#M26981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-15T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186538#M26982</link>
      <description>Wrathchild,&lt;BR /&gt;
&lt;BR /&gt;
I am glad you got this solved in other ways, but in possible answer to the question, it is most likely that your script is requesting a variable of one type, ie. a number, but that parameter is actually defined as something else such as text. This type of mismatch will generate the error message you have. &lt;BR /&gt;
&lt;BR /&gt;
HTH</description>
      <pubDate>Sat, 18 Oct 2008 03:39:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186538#M26982</guid>
      <dc:creator>Erich</dc:creator>
      <dc:date>2008-10-18T03:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186539#M26983</link>
      <description>This has come up again and my other fix isn't working so here is the whole script for a different object with the same problem.</description>
      <pubDate>Sat, 18 Oct 2008 11:01:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186539#M26983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-18T11:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186540#M26984</link>
      <description>AC did some mess with your autoscripted object. &lt;BR /&gt;
&lt;BR /&gt;
Search &amp;amp; Replace &amp;lt;ind(material,bod_mat)&amp;gt; by &amp;lt;bod_mat&amp;gt;&lt;BR /&gt;
Search &amp;amp; Replace &amp;lt;ind(material,han_mat)&amp;gt; by &amp;lt;han_mat&amp;gt;&lt;BR /&gt;
Search &amp;amp; Replace &amp;lt;"DEFAULT"&amp;gt; by &amp;lt;bod_mat&amp;gt;, except for the last one, replace by &amp;lt;han_mat&amp;gt;&lt;BR /&gt;
Search &amp;amp; Replace &amp;lt;"09 | Paint-01 Ceiling White"&amp;gt; by &amp;lt;ceil_mat&amp;gt;. &lt;BR /&gt;
You will have to create a new material &amp;lt;ceil_mat&amp;gt;&lt;BR /&gt;
&lt;BR /&gt;
It takes about two minuts. Attached the rectified script. No more alerts.</description>
      <pubDate>Sat, 18 Oct 2008 16:24:10 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186540#M26984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-18T16:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script Error</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186541#M26985</link>
      <description>Thanks so much.  Hopefully now I'll know how to do the next one on my own.&lt;BR /&gt;
&lt;BR /&gt;
Rick</description>
      <pubDate>Sat, 18 Oct 2008 16:27:34 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Script-Error/m-p/186541#M26985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-10-18T16:27:34Z</dc:date>
    </item>
  </channel>
</rss>

