Jump to content

Developer


g1ps

Recommended Posts

I am looking for a developer who will add this function to sellwand

payment is negotiable

function money2XP(p: player😞
  set {_u} to {_p}'s uuid
  set {_temp} to ({totalsold::%{_u}%}/1000)
  set {_num} to "%{_temp}%"
  set {_calcing::*} to {_num} split at "."
  set {_calc1} to ({_calcing::1} parsed as number)
  remove (1000*{_calc1}from {totalsold::%{_u}%}
  AddXP({_p}, (10*{_calc1}))
  UpdateStats({_p}{level::%{_u}%}, {xp::%{_u}%}, {prestige::%{_u}%})
Edited by g1ps
Link to comment
Share on other sites

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...