[B3.1][ManiaScript] persistent data for User ?
Posted: 24 Mar 2013, 11:21
Hi all,
in C:\ProgramData\ManiaPlanet\PacksCache\ShootMania_extras.zip
\Scripts\Libs\Nadeo\ShootMania\BeginnerWelcome.script.txt
There is
This is a cool feature 
Then, i make a test in trackmania with :
When i click on "compil" button, all is ok :

But when i run the script :

I hope this nice feature will be included in TrackMania too
Thx
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;

Then, i make a test in trackmania with :
Code: Select all
declare persistent Integer TestPersistentUser for Player.User;

But when i run the script :

I hope this nice feature will be included in TrackMania too

Thx
