Hi Pertti,
If you try this script in the 3d script window, it will show you what you want...
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.
so try the following as a test to see what index number is good...
zzz = REQUEST ("Home_story", "", index, story_name)
!Returns in the index and story_name variables the index and the name of the home story.
!3D TEXT ELEMENTS
!TEXT
!TEXT d, 0, expression
!A 3D representation of the value of a string or numeric type expression in the current style.
d = 0.1
expression = index
if index <= 2 then
TEXT d, 0, expression
!!!!!!!!!!!Your 3d Script here once you know the index number for your story
endif
I hope this helps