eastern-flames/eastern flames/scripts/nam/nam.gml

6 lines
149 B
Plaintext
Raw Normal View History

2022-08-07 21:14:04 +00:00
function nam(anything, val) { //not anything mod
return !(anything%val);
}
function ngm(val) { //not global.count mod
return !(global.count%val);
}