A little something I wrote to help me with testing certain things in scripts.
The ZIP folder has two files - DevPlus.js and DevPlus.xml. Place both files in the root of the script you want to use it with, then reload the script. A toolbar will appear in the top-right corner of the screen.
This is not a script! Although it works on its own, it won't do much - you add it to your own script (but take it out when publishing scripts).
From left to right: test script menu, test menu click, view script commands, test sent messages, toggle script debug, code evaluator.
If a button's not enabled, then you haven't got the corresponding function declared in your script (e.g. the first button requires
OnGetScriptMenu() to be declared).
You can control how DevPlus starts. At the bottom of the script file is the line
DevPlus.Start(). By default, this will start DevPlus with Messenger. You can change this by moving the line elsewhere (for example, triggered by a menu click or command, or just to startup using
OnEvent_SigninReady() instead.
Bug, glitch, suggestion or problem? Report here!
Current version: 1.01