From d1118f8230ca9f4d7618285f02adcdd2f5635997 Mon Sep 17 00:00:00 2001 From: Matt Brockman Date: Thu, 14 Jan 2021 17:51:08 -0800 Subject: [PATCH] Update showTextLength.js --- examples/showTextLength.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/showTextLength.js b/examples/showTextLength.js index 286abfa..8cae721 100644 --- a/examples/showTextLength.js +++ b/examples/showTextLength.js @@ -2,6 +2,8 @@ // Checkout the repo examples to get an idea of other ways you can use scripting // https://github.com/latitudegames/Scripting/blob/master/examples + +// OUTPUT MODIFIER const modifier = (text) => { state.displayStats = [{key:'Text Length', value: text.length, color: 'red'}]