diff --git a/examples/evaluationBots.js b/examples/evaluationBots.js new file mode 100644 index 0000000..bf5c1c3 --- /dev/null +++ b/examples/evaluationBots.js @@ -0,0 +1,30 @@ + +// Checkout the repo examples to get an idea of other ways you can use scripting +// https://github.com/latitudegames/Scripting/blob/master/examples + +//CONTEXT MODIFIER +const modifier = (text) => { + state.evaluationBot = 'JudgeBot' +return { text } +} + +// Don't modify this part +modifier(text) + + +// OUTPUT MODIFIER +const modifier = (text) => { + console.log(info) +return { text } +} + +// Don't modify this part +modifier(text) + + + +/* + AVAILABLE BOTS + + +*/ \ No newline at end of file