Jump to content

how do i make it so when somebody join they get a random element (projectkorra)


gust_dust

Recommended Posts

On 9/2/2021 at 4:38 PM, gust_dust said:

as the title says i need help with a script so when a person joins they get a random element with chi and etc....

There:

 

on first join:
    set {_korra} to random integer between 1 and 2
    if {_korra} = 1:
        execute console command "/I dont know the command Blah blah blah"
        send "&4&lSERVERNAME>> &cYou are now KORRA"
    else:
        if {_korra} = 2:
            execute console command "/BLAH BLAH BLAAAH"
            send "&4&lSERVERNAME>> &cYou are now KORRA"

Link to comment
Share on other sites

Just now, nolando09 said:

There:

 

on first join:
    set {_korra} to random integer between 1 and 2
    if {_korra} = 1:
        execute console command "/I dont know the command Blah blah blah"
        send "&4&lSERVERNAME>> &cYou are now KORRA"
    else:
        if {_korra} = 2:
            execute console command "/BLAH BLAH BLAAAH"
            send "&4&lSERVERNAME>> &cYou are now KORRA"

Just replacve the placeholders im lazy ok 

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