class SCPIsequence

Introduction

SCPIsequence is essentially a container for an ordered sequence of SCPIsession options (added via SCPIsequence.add) that may eventually be applied to an SCPIsession in order (via SCPIsequence.execute). In addition to SCPIsession options, this class may also house a few additional parameters which provide various programming constructs: variables (with comprehensive substitution & ruby code execution), conditionals, & jumps. With these additions, the mrSCPI scripting language becomes Turing complete, and an SCPIsequence can used to house full scripts.

Additional “options” for an SCPIsequence

Use

How mrSCPI uses SCPIsequence