Files
Nasal-Interpreter/std/utils.nas
2023-10-02 00:46:12 +08:00

6 lines
120 B
Plaintext

# utils.nas
# 2023 by ValKmjolnir
var times_trigger = func(times, count) {
return math.mod(times, count)==0;
}