1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Split

Discussion in 'Skript' started by thomas_nietoke, Mar 15, 2019.

Tags:
Thread Status:
Not open for further replies.
  1. thomas_nietoke

    Joined:
    Feb 26, 2019
    Messages:
    29
    Likes Received:
    0
    What i want is that it says 1,000 instead of 1000 in my variable {gold::%player%} I found this skript:
    but how do i make it work for my variable?
    1. function spaced(n: text) :: text:
    2. set {_s::*} to split {_n} at "."
    3. if {_s::*} is not set:
    4. return a({_n})
    5. else:
    6. return "%a({_s::1})%.%{_s::2}%"

    7. function a(b: text) :: text:
    8. if length of {_b} > 3:
    9. return "%a(first length of {_b} - 3 characters of {_b})%,%last 3 characters of {_b}%"
    10. return {_b}
     
Thread Status:
Not open for further replies.

Share This Page

Loading...