Hi there.
Lets say I've made a circular set of lines with lots of vertices, and I'd like each line to have a different, sequential tag/tid. Is there a way to set it easily, or I need to select each line individually and set a tag to it, one by one?
Thanks in advanced.
Procedurally give TIDs to lines?
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 2033
- Joined: Sun Aug 22, 2010 10:59 pm
- Location: Tubarão, Brasil
-
- Posts: 753
- Joined: Tue Jul 15, 2003 3:37 pm
Re: Procedurally give TIDs to lines?
If you're using UDB you can select all lines in the desired order, open the edit linedef dialog, then enter something like >=12 into the tag/id field to give the lines the tags/ids 12, 13, 14 etc in the order you selected them.
-
-
- Posts: 4149
- Joined: Thu Jul 17, 2003 12:19 am
- Graphics Processor: nVidia (Legacy GZDoom)
- Location: British Columbia, Canada
Re: Procedurally give TIDs to lines?
Or ...
Spoiler:
-
- Posts: 2033
- Joined: Sun Aug 22, 2010 10:59 pm
- Location: Tubarão, Brasil
Re: Procedurally give TIDs to lines?
Thank you, pals!