-
Possibility to dump / render the manialink with the echo parameter without appending the script. Most of the times in real cases the script is so long that its almost impossible to debug probably with…
-
The xml-property *bgcolorfocus* corresponds to the ManiaScript field *BgColorFocus*.
PRGfx updated
7 years ago
-
Hello,
First thanks so much for sharing these scripts with the world!
In reference to your readme:
> If you have the ability to run a custom menu script (you need a patched game), you can run …
-
Tested on a bare manialink file (only ManiaScript with some libraries included and just that function call).
My guess it could be an infinite loop or something like that.
KemTM updated
9 years ago
-
When using custom events, the script may get problems with the used scope for the handling code. This seems to be a limitation of the current implementation.
The problem seems to be that the ManiaScr…
-
I had trouble using xmlrpc
this is what I've done:
```
$this->maniaControl->client->triggerModeScriptEvent('cmd_kill', $command[1]);
```
theoratically this should work (I've seen it used in the Obs…