MPSL (Minimum Profit Scripting Language)

TTC Development Team

MPSL (Minimum Profit Scripting Language) is a programming language concieved as an scripting engine for software/mp, though it can also be used as a general-purpose programming tool. An MPSL program consists of a sequence of statements which run from top to bottom. Loops, subroutines and other control structures allow you to jump around within the code. It is a free-form language, meaning that you can format and indent it however you like, as whitespace serves to separate tokens.