ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Numeric equality not working in daad converter #522

Open ainslec opened 10 months ago

ainslec commented 10 months ago

Raised in discord:

I have another question about 8bit conversion : This works :

: if (number==1) { : print "ok";} but this show "Unsupposrted condition type for PAW conversion"error 👍

: if (number>=1) { : print "ok";}

(adventuron 1.0.0 beta 68j)