I have two secondary event sheets that are included in the main event sheet, let's call them A and B. While duplicating events from A to B, I found out that they seem to ascribe different values to dt even when used in the same exact events. So e.g.
In A: 100 - dt = 100 seconds pass before value reaches 0
In B: 100 - dt = ~1 second passes before value reaches 0
I can't figure out why dt in B seems to be 100x that of A. Any ideas?