Fork me on GitHub

Documentation for the Maniaplanet game operating system

Where to write your script ? The short version.

The way to create or change a script depends on the type of script you want.

More details

GameModes

GameModes for Trackmania and Shootmania are located in the Scripts\Modes folder of your Maniaplanet User directory (Usually My Documents/Maniaplanet)

Manialink

There are two ways for specifying your ManiaScript in a ManiaLink XML file:

```


* CDATA block : Define the script as a CDATA block. If the string "]]>" occur within your script, replace it with "]]]]><![CDATA[>" to keep the XML file valid.

```