Thursday
- last edited
7 hours ago
by
Laszlo Nagy
Hello
I was wondering if there is a way to add a story number parameter to a zone stamp. Preferably so it displays before the zone number, creating unique room id.
Operating system used: Windows
7 hours ago
I moved your topic to the GDL forum as this is a GDL question because you would have to do some GDL scripting to achieve this.
In GDL, there is a Request command that will obtain the index (Story Number) and Story Name of the given element (in this case, the Zone):
n = REQUEST("HOME_STORY", "", index, story_name)
So, index is the value you would need to get for the Zone and then display it in the text block generated by the Zone Stamp you are using.