Okay, I’m up late debugging and might just be braindead. But… where do I stick the *looplimit command?
I’ve just been putting it here in the startup which randomtest does not like. E.g,
*title THE TITLE
*author "Quillpen"
*scene_list
startup
0_prologue
1_chapterone
*looplimit 100
The wiki unfortunately doesn’t specify where it goes. Or maybe I’m just severely slow. Many thanks.
Edit: I stuck it in my chapter variables which did the trick
Iirc, it can go anywhere as long as it’s before the loop itself.
1 Like
CJW
September 4, 2024, 3:33pm
3
Worth noting it’s scene dependent as well (or it certainly was at one point; I haven’t played with it recently). So a loop in your next scene might not be affected by a loop limit set in a previous one.
2 Likes
system
Closed
September 7, 2024, 6:59pm
4
This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.