31.10.2023, 17:40
(27.10.2023, 07:13)abby Wrote:(27.10.2023, 07:05)admin Wrote: It's will be in Logs not Error log.
After "value206 = ..." and before the first "IF" function, add this:
Code:
log('value206: '..value206)
These will log the value of the variable value206 under the Current Logs tab.
You can troubleshoot starting with this. If you have got nil values or some other errors i think you will see it here.