{"id":16969,"date":"2026-07-09T12:51:31","date_gmt":"2026-07-09T09:51:31","guid":{"rendered":"https:\/\/loquiz.com\/support\/?p=16969"},"modified":"2026-07-09T13:00:16","modified_gmt":"2026-07-09T10:00:16","slug":"score-odometer-condition","status":"publish","type":"post","link":"https:\/\/loquiz.com\/support\/score-odometer-condition\/","title":{"rendered":"SCORE \/ ODOMETER CONDITION"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>UI name in toolbox:<\/strong> <code>(score|odometer (m)) (\u2264|&lt;|=|&gt;|\u2265) [NUMBER]<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Block type:<\/strong> Value block, output type Boolean<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Definition:<\/strong> Becomes true (or remains true) based on a comparison between current score\/odometer and a threshold value.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>When it becomes true:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>><\/code> (greater than): When score\/odometer exceeds the threshold<\/li>\n\n\n\n<li><code>&lt;<\/code> (smaller than): When score\/odometer is below the threshold<\/li>\n\n\n\n<li><code>=<\/code> (equals): At the exact value (unreliable\u2014see warning)<\/li>\n\n\n\n<li><code>\u2265<\/code> (greater or equal): When score\/odometer meets or exceeds threshold<\/li>\n\n\n\n<li><code>\u2264<\/code> (less or equal): When score\/odometer meets or is below threshold<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How to build it:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Drag <code>(score|odometer (m)) (\u2264|&lt;|=|>|\u2265) [NUMBER]<\/code> from Logic category<\/li>\n\n\n\n<li>Select variable: <code>score<\/code> or <code>odometer (m)<\/code> from dropdown<\/li>\n\n\n\n<li>Select operator: <code>\u2264<\/code>, <code>&lt;<\/code>, <code>=<\/code>, <code>><\/code>, or <code>\u2265<\/code> from dropdown<\/li>\n\n\n\n<li>Enter numeric value in <code>[NUMBER]<\/code> field<\/li>\n\n\n\n<li>Connect to condition socket in WHEN block<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Field specifications:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Variable dropdown: <code>score<\/code> or <code>odometer (m)<\/code><\/li>\n\n\n\n<li>Operator dropdown: <code>\u2264<\/code>, <code>&lt;<\/code>, <code>=<\/code>, <code>><\/code>, <code>\u2265<\/code><\/li>\n\n\n\n<li><code>[NUMBER]<\/code>: numeric input<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What it monitors:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Score: Points earned in the game<\/li>\n\n\n\n<li>Odometer: Distance traveled (if location-based features are used)<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example (Simple):<\/strong><br>Block: <code>score &gt; 500<\/code><br>Result: Whenever score exceeds 500, condition is true<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example (Range check):<\/strong><br>Block 1: <code>score \u2265 100<\/code> AND<br>Block 2: <code>score \u2264 500<\/code><br>Result: Condition true only when score is between 100\u2013500 (inclusive)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example (Edge Case &#8211; Boundary condition):<\/strong><br>Threshold: <code>score = 100<\/code><br>Scenario:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Score at 99: Condition FALSE<\/li>\n\n\n\n<li>Score reaches 100: Condition TRUE (very briefly)<\/li>\n\n\n\n<li>Score reaches 101: Condition FALSE again<br>Result: Triggers only at the exact moment<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Warning \u2013 &#8220;Equal to&#8221; (<code>=<\/code>) is unreliable:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>May never trigger (if scores jump past the value)<\/li>\n\n\n\n<li>May be true only briefly (one evaluation cycle)<\/li>\n\n\n\n<li>Avoid using <code>=<\/code> for critical game logic<\/li>\n\n\n\n<li>Use <code>\u2265<\/code> (greater or equal) or <code>\u2264<\/code> (less or equal) instead for safer logic<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Notes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Continuously monitors the current score<\/li>\n\n\n\n<li>Useful for unlocking content at score milestones<\/li>\n\n\n\n<li>Useful for difficulty adjustments based on performance<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Common mistakes:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Relying on <code>=<\/code> for important triggers<\/li>\n\n\n\n<li>Forgetting that the condition remains true as long as the comparison is satisfied<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>UI name in toolbox: (score|odometer (m)) (\u2264|&lt;|=|&gt;|\u2265) [NUMBER] Block type: Value block, output type Boolean Definition: Becomes true (or remains true) based on a comparison between current score\/odometer and a threshold value. When it becomes true: How to build it: Field specifications: What it monitors: Example (Simple):Block: score &gt; 500Result: Whenever score exceeds 500, condition [&hellip;]<\/p>\n","protected":false},"author":23,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[150],"tags":[3821],"class_list":["post-16969","post","type-post","status-publish","format-standard","hentry","category-0-important-to-know","tag-blocks"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SCORE \/ ODOMETER CONDITION - Loquiz knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/loquiz.com\/support\/score-odometer-condition\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SCORE \/ ODOMETER CONDITION - Loquiz knowledgebase\" \/>\n<meta property=\"og:description\" content=\"UI name in toolbox: (score|odometer (m)) (\u2264|&lt;|=|&gt;|\u2265) [NUMBER] Block type: Value block, output type Boolean Definition: Becomes true (or remains true) based on a comparison between current score\/odometer and a threshold value. When it becomes true: How to build it: Field specifications: What it monitors: Example (Simple):Block: score &gt; 500Result: Whenever score exceeds 500, condition [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/loquiz.com\/support\/score-odometer-condition\/\" \/>\n<meta property=\"og:site_name\" content=\"Loquiz knowledgebase\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-09T09:51:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T10:00:16+00:00\" \/>\n<meta name=\"author\" content=\"John Kapsalas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"John Kapsalas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/\"},\"author\":{\"name\":\"John Kapsalas\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/#\\\/schema\\\/person\\\/7cade19caf3be335a65cd17ce4425f55\"},\"headline\":\"SCORE \\\/ ODOMETER CONDITION\",\"datePublished\":\"2026-07-09T09:51:31+00:00\",\"dateModified\":\"2026-07-09T10:00:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/\"},\"wordCount\":271,\"keywords\":[\"blocks\"],\"articleSection\":[\"9.Important to know\"],\"inLanguage\":\"en\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/\",\"url\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/\",\"name\":\"SCORE \\\/ ODOMETER CONDITION - Loquiz knowledgebase\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/#website\"},\"datePublished\":\"2026-07-09T09:51:31+00:00\",\"dateModified\":\"2026-07-09T10:00:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/#\\\/schema\\\/person\\\/7cade19caf3be335a65cd17ce4425f55\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/score-odometer-condition\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/loquiz.com\\\/support\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SCORE \\\/ ODOMETER CONDITION\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/#website\",\"url\":\"https:\\\/\\\/loquiz.com\\\/support\\\/\",\"name\":\"Loquiz knowledgebase\",\"description\":\"Helping you run awesome games\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/loquiz.com\\\/support\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/loquiz.com\\\/support\\\/#\\\/schema\\\/person\\\/7cade19caf3be335a65cd17ce4425f55\",\"name\":\"John Kapsalas\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g\",\"caption\":\"John Kapsalas\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SCORE \/ ODOMETER CONDITION - Loquiz knowledgebase","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/loquiz.com\/support\/score-odometer-condition\/","og_locale":"en_US","og_type":"article","og_title":"SCORE \/ ODOMETER CONDITION - Loquiz knowledgebase","og_description":"UI name in toolbox: (score|odometer (m)) (\u2264|&lt;|=|&gt;|\u2265) [NUMBER] Block type: Value block, output type Boolean Definition: Becomes true (or remains true) based on a comparison between current score\/odometer and a threshold value. When it becomes true: How to build it: Field specifications: What it monitors: Example (Simple):Block: score &gt; 500Result: Whenever score exceeds 500, condition [&hellip;]","og_url":"https:\/\/loquiz.com\/support\/score-odometer-condition\/","og_site_name":"Loquiz knowledgebase","article_published_time":"2026-07-09T09:51:31+00:00","article_modified_time":"2026-07-09T10:00:16+00:00","author":"John Kapsalas","twitter_card":"summary_large_image","twitter_misc":{"Written by":"John Kapsalas","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/#article","isPartOf":{"@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/"},"author":{"name":"John Kapsalas","@id":"https:\/\/loquiz.com\/support\/#\/schema\/person\/7cade19caf3be335a65cd17ce4425f55"},"headline":"SCORE \/ ODOMETER CONDITION","datePublished":"2026-07-09T09:51:31+00:00","dateModified":"2026-07-09T10:00:16+00:00","mainEntityOfPage":{"@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/"},"wordCount":271,"keywords":["blocks"],"articleSection":["9.Important to know"],"inLanguage":"en"},{"@type":"WebPage","@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/","url":"https:\/\/loquiz.com\/support\/score-odometer-condition\/","name":"SCORE \/ ODOMETER CONDITION - Loquiz knowledgebase","isPartOf":{"@id":"https:\/\/loquiz.com\/support\/#website"},"datePublished":"2026-07-09T09:51:31+00:00","dateModified":"2026-07-09T10:00:16+00:00","author":{"@id":"https:\/\/loquiz.com\/support\/#\/schema\/person\/7cade19caf3be335a65cd17ce4425f55"},"breadcrumb":{"@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/loquiz.com\/support\/score-odometer-condition\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/loquiz.com\/support\/score-odometer-condition\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/loquiz.com\/support\/"},{"@type":"ListItem","position":2,"name":"SCORE \/ ODOMETER CONDITION"}]},{"@type":"WebSite","@id":"https:\/\/loquiz.com\/support\/#website","url":"https:\/\/loquiz.com\/support\/","name":"Loquiz knowledgebase","description":"Helping you run awesome games","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/loquiz.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Person","@id":"https:\/\/loquiz.com\/support\/#\/schema\/person\/7cade19caf3be335a65cd17ce4425f55","name":"John Kapsalas","image":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/secure.gravatar.com\/avatar\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fd4296befbc97b8daf34e7837389ae34f8d6eec8beac7f259250de191caeb2e1?s=96&d=mm&r=g","caption":"John Kapsalas"}}]}},"_links":{"self":[{"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/posts\/16969","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/comments?post=16969"}],"version-history":[{"count":1,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/posts\/16969\/revisions"}],"predecessor-version":[{"id":16970,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/posts\/16969\/revisions\/16970"}],"wp:attachment":[{"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/media?parent=16969"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/categories?post=16969"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/loquiz.com\/support\/wp-json\/wp\/v2\/tags?post=16969"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}