Uncle
Warcraft Moderator
- Joined
- Aug 10, 2018
- Messages
- 7,624
Hello, I'm having trouble using Modulo. I read some posts on here and tried to recreate what they did but nothing seems to work. When I thought I had it set up correctly the trigger completely stopped working, which was weird because the modulo was just a small calculation that shouldn't have interfered with the other actions.
Anyway, here's what I have in my trigger. I have a Real that increases by 0.03 every 0.03 seconds, and I want to detect when this real is a multiple of 0.15. This should run 15 times because the timer only lasts 2.10 seconds, but it only runs 4 times the way it's set up now.
Anyway, here's what I have in my trigger. I have a Real that increases by 0.03 every 0.03 seconds, and I want to detect when this real is a multiple of 0.15. This should run 15 times because the timer only lasts 2.10 seconds, but it only runs 4 times the way it's set up now.
-
Poseidon Tidal Command Run
-
Events
-
Conditions
-
Actions
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
PoseidonTCDuration[TempInt] Equal to 0.00
-
(PoseidonTCDuration[TempInt] mod 0.15) Equal to 0.00
-
-
-
-
Then - Actions
-
-
Last edited: