Solved Error WildSkript

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
There is no random character unless you use WildSkript.
You can just do this:
Code:
set {_chars::*} to split "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z" at ","
send "%a random element out of {_chars::*}%"
 
You might not have WildSkript installed, other thing that you can do is:
code_language.skript:
send "%random 1 char string from `a-z`%" #This is an expression of skQuery, use `A-Z` instead `a-z` if you want it to be uppercase.

I have WildSkript in plugins folder. Thanks for code but, I will use the other code:

There is no random character unless you use WildSkript.
You can just do this:
Code:
set {_chars::*} to split "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z" at ","
send "%a random element out of {_chars::*}%"
 
Status
Not open for further replies.