ssScriptMaker is a software designed to make the development of scripts for SexScripts easier to all that people that have good ideas and want to make good scripts but lack the programming skills needed to make it.
The documentation for ssScriptMaker is divided into three parts:
This section describes the basic use of ssScriptMaker. It explains how to create a script and have it running on SexScripts, and how to add resources, set the global info and add basic commands to your script.
This section contains the following topics:
Introduction
Installation
Making your very first script
Setting the global info
Adding resources to your script
Basic commands
Basic conditions
Testing and publishing your script
This section describes the more advanced usage of ssScriptMaker to make nicer scripts. It deals with variables, timers, stored data values, managing the item lists and other features.
The following topics exist in this section:
Advanced commands
Advanced conditions
Extra commands
All scripts in SexScripts are written in a scripting language called Groovy. Knowing how to use it gives much more flexibility and control than the standard commands to your script. This section shows an overview of how to write groovy code and describes how to use it in your script. This section is not pretended to be a complete groovy course, but an introduction of groovy usage for SexScripts, and it's pretended to be understandable for people with zero programming knowledge that are interested in learning how to start with groovy.
The following topics exist in this section:
Groovy Overview
SexScripts API
How to add groovy code to your script
Using functions
How to write a script completely in groovy without using ssScriptMaker
Where to find more help of groovy scripting