Writing your script without ssScriptMaker



When you learn how to write groovy pieces of code, you can try to completely write your script in groovy without using ssScriptMaker at all. To do this you will need a tool to write your groovy script with; and though you can use a simple plain text editor like notepad or gedit, it's strongly recommended to use SexScripts built-in editor tool. To open it to write a new script First open SexScripts and select Edit from Script menu. Now the editor will open. On the editor window, select new from the File menu. A new script will be created for you to write your code in, with some template text. When you want to test your script, save it selecting the save button on the toolbar or from the file menu, and press Ctrl+R on the SexScripts main window. When writing your script, remember that you can use Check on the toolbar to let the editor to parse your script and find syntax errors.



Remember that all scripts will have to contain a call to SetInfos as their very first statement. Take a look at the api section for more information.



return to the contents page