Jump to content

Recommended Posts

Love the idea, I think you should try enlisting simplex for help. He already put out a mod that adds custom buttons to the mod selection screen ("Autoupdate disabled").

 

It would help out a lot if you could specify what you need help on exactly.

 

Me, I can't even figure out how to retrieve the player profile's XP level. All I got so far was a function:

function c_test()     local xp = GetPlayer().persistdata.xp --[[ ?? Just pulling names out of a hat here                                                                          Says "attempting to index a nil value --]]     if stats ~= nil then          print(stats)     else          print('0')     endend

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...