Page 1 of 1

[B3.1][ManiaScript] persistent data for User ?

Posted: 24 Mar 2013, 11:21
by spaii
Hi all,

in C:\ProgramData\ManiaPlanet\PacksCache\ShootMania_extras.zip
\Scripts\Libs\Nadeo\ShootMania\BeginnerWelcome.script.txt

There is

Code: Select all

declare persistent Boolean[Text] Lib_BW_IsRegularPlayer for _Player.User;
This is a cool feature :)

Then, i make a test in trackmania with :

Code: Select all

declare persistent Integer TestPersistentUser for Player.User;
When i click on "compil" button, all is ok :

Image

But when i run the script :

Image

I hope this nice feature will be included in TrackMania too :D

Thx ;)