We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162a1ee commit fccbd4eCopy full SHA for fccbd4e
Assets/Scripts/CustomDialogueRunner.cs
@@ -35,7 +35,7 @@ public string Paginate(string s)
35
int curPage = 5; // only generate 5 and up
36
for(int i = 0; i < m.Count; ++i) {
37
numbers[i] = curPage;
38
- curPage += Random.Range(3, 16);
+ curPage += Random.Range(2, 4);
39
curPage += 1 - curPage % 2;
40
}
41
0 commit comments