Jump to content
Korean Random

How to convert WN8 to 2-digit version?


Recommended Posts

 

 

or just replace in config all "wn8" to "xwn8"
например, так: {{wn8%4d}} >> {{xwn8%4d}}? Вот именно поэтому я писал скрипт и снимал видео.

 

 

 

how to convert WN8 to 2-digit version? 
code: http://dev.modxvm.com/xvm/src/tip/src/xvm/src/com/xvm/utils/XvmScale.as?at=default

graphs: http://www.koreanrandom.com/forum/topic/2625-xvm-шкала-scale/#entry32168

Link to comment
Short link
Share on other sites

  • 1 year later...

 

 

Yes i know but thas was example to show what i want to do, without k it will be 3 and without dot 2 or 1, 1854 as 18 or 900 as 9

 

- Give me a glass of juice, please.

- Here, take it.

- Why do I need a glass of juice? I mean a shot of vodka, a glass was an example.

 

 

 

1854 as 18 or 900 as 9 :)

just this:

{{r%.2s|--}}

but on low lvl more accurate to use:

{{r>=100?{{r%.2s}}|--}}

and better:

{{r>=100?{{r%.2s}}|{{r>=1? 0|--}}}}

  • Upvote 1
Link to comment
Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...