Find the part that looks like:
]]>
</script>
Add this right above it:
Find the part that looks like:
]]>
</script>
Add this right above it:
| #CLASS gmcp kill | |
| #CLASS gmcp open | |
| #FORMAT IAC %a 255 | |
| #FORMAT DONT %a 254 | |
| #FORMAT DO %a 253 | |
| #FORMAT WONT %a 252 | |
| #FORMAT WILL %a 251 | |
| #FORMAT SB %a 250 |
| function onOpen() { | |
| var ui = SpreadsheetApp.getUi(); | |
| ui.createMenu('Fencing Tools') | |
| .addItem('Parse Output', 'parseFenceOutput') | |
| .addItem('Clear Inputs', 'clearFenceInput') | |
| .addToUi(); | |
| } | |
| function onEdit(e){ | |
| var range = e.range; |