<?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: How do I know that GDL script is exec in hotlinked modul in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274540#M6369</link>
    <description>Thank You! &lt;BR /&gt;
But it works in 2d, but does not work in the 3d window.&lt;BR /&gt;
I've already done in a similar way using REQUEST("home_store"...).&lt;BR /&gt;
It is not very convenient. Because the user must enter the name of the floor. And I would like just to put a variable "to not show hotlinks".</description>
    <pubDate>Thu, 06 Apr 2017 13:14:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-06T13:14:16Z</dc:date>
    <item>
      <title>How do I know that GDL script is exec in hotlinked module?</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274538#M6367</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;Hello!&lt;BR /&gt;
My project contains several floors. One floor is typical. The other ones I posted hotlinks the first floor. Need to make my objects are not reflected on the floors above the 2nd. How do I know that a GDL script is executed in the mode are hotlinked in?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Apr 2017 15:01:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274538#M6367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T15:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know that GDL script is exec in hotlinked modul</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274539#M6368</link>
      <description>In GDL you can try to use a REQUEST command to get the Story the object is placed on (I don't know if this works, you would have to try). &lt;BR /&gt;
Then if the object returns the correct Story in the host file, you can script it to display a different 2D depending on which Story it is on.</description>
      <pubDate>Thu, 06 Apr 2017 10:52:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274539#M6368</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2017-04-06T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know that GDL script is exec in hotlinked modul</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274540#M6369</link>
      <description>Thank You! &lt;BR /&gt;
But it works in 2d, but does not work in the 3d window.&lt;BR /&gt;
I've already done in a similar way using REQUEST("home_store"...).&lt;BR /&gt;
It is not very convenient. Because the user must enter the name of the floor. And I would like just to put a variable "to not show hotlinks".</description>
      <pubDate>Thu, 06 Apr 2017 13:14:16 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274540#M6369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know that GDL script is exec in hotlinked modul</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274541#M6370</link>
      <description>I think this REQUEST command can return a valid value only in Floor Plan Viewpoints, but not in 3D.</description>
      <pubDate>Thu, 06 Apr 2017 13:30:48 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274541#M6370</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2017-04-06T13:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know that GDL script is exec in hotlinked modul</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274542#M6371</link>
      <description>You can try the z-value [ SYMB_POS_Z ]. If the object is positioned higher than certain level, then program exits.&lt;BR /&gt;
( if  SYMB_POS_Z&amp;gt;12 then end )</description>
      <pubDate>Thu, 06 Apr 2017 14:23:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274542#M6371</guid>
      <dc:creator>Pertti Paasky</dc:creator>
      <dc:date>2017-04-06T14:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know that GDL script is exec in hotlinked modul</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274543#M6372</link>
      <description>Hi Pertti,&lt;BR /&gt;
&lt;BR /&gt;
If you try this script in the 3d script window, it will show you what you want...&lt;BR /&gt;
&lt;BR /&gt;
I don't know what story index number you are using for your stories, so that 2 assumes that level two has an index number of 2.&lt;BR /&gt;
&lt;BR /&gt;
so try the following as a test to see what index number is good...&lt;BR /&gt;
&lt;BR /&gt;
zzz = REQUEST ("Home_story", "", index, story_name)&lt;BR /&gt;
!Returns in the index and story_name variables the index and the name of the home story.&lt;BR /&gt;
&lt;BR /&gt;
!3D TEXT ELEMENTS&lt;BR /&gt;
!TEXT&lt;BR /&gt;
!TEXT d, 0, expression&lt;BR /&gt;
!A 3D representation of the value of a string or numeric type expression in the current style.&lt;BR /&gt;
&lt;BR /&gt;
d = 0.1&lt;BR /&gt;
expression = index&lt;BR /&gt;
&lt;BR /&gt;
if index &amp;lt;= 2 then&lt;BR /&gt;
	TEXT d, 0, expression&lt;BR /&gt;
	!!!!!!!!!!!Your 3d Script here once you know the index number for your story&lt;BR /&gt;
endif&lt;BR /&gt;
&lt;BR /&gt;
I hope this helps</description>
      <pubDate>Sun, 09 Apr 2017 23:07:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/How-do-I-know-that-GDL-script-is-exec-in-hotlinked-module/m-p/274543#M6372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-09T23:07:59Z</dc:date>
    </item>
  </channel>
</rss>

