Jump to content

Does anyone know why this skript I made is not working


catsorio

Recommended Posts

I spent like 30 minutes trying to troubleshoot my code and I couldn't figure it out! I mean I just learned how use to basic stuff on skript soooo.

Here is the code I wrote:

Spoiler

command /help:
    usage: &cUsage: /help
    trigger:
        send "                   &4help              "
        send "&4----------------------------"
        send "1. How do I play?: You go to the mines and mine and slowly but surely progress!"
        send ""
        send "2. How is this fun?: It is fun alright."
        send ""
        send "3. How do I send a bug report?: you go to our discord (Placeholder) and go to the channel Bugs and post there."
        send ""
        send "4. What do I do if I lost all my stuff to a bug?: The CVBox can not give back your stuff unless you have valid proof that it did indeed get lost to a bug."
        send ""
        send "How do I report people?: Take a screenshot or video of the person hacking
then go to our discord and report them in the report channel. (please include             the username of the hacker and the date"
        send ""
        send "5. If you have any other questions please contact us on our discord       (placeholder)"
        send "&4----------------------------"
        

And here is the screenshot of the troubleshooting stuff:

image.png.799c581dc9e1ab30d474f234e4a519e1.png

Any help would be great :))

Edited by catsorio
Link to comment
Share on other sites

Try this!

 

command /help:
    usage: &cUsage: /help
    trigger:
        send "                   &4help              " to player
        send "&4----------------------------"
        send "1. How do I play?: You go to the mines and mine and slowly but surely progress!"to player
        send "&l"
        send "2. How is this fun?: It is fun alright." to player
        send "&l"
        send "3. How do I send a bug report?: you go to our discord (Placeholder) and go to the channel Bugs and post there." to player
        send "&l" to player
        send "4. What do I do if I lost all my stuff to a bug?: The CVBox can not give back your stuff unless you have valid proof that it did indeed get lost to a bug." to player
        send "&l" to player
        send "How do I report people?: Take a screenshot or video of the person hacking, then go to our discord and report them in the report channel. (please include the username of the hacker and the date" to player
        send "&l" to player
        send "5. If you have any other questions please contact us on our discord (placeholder)" to player
        send "&4----------------------------" to player

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

7 hours ago, catsorio said:

Thank you so much! also I would appreciate if you explained how you fixed my code so I don't have to post "what the hell is wrong with my code". :))

n-nice uhm *crying because of no use* uh yeah nice work lap

Every time you tell a lie, You'll have to tell a 100 more.

Link to comment
Share on other sites

11 hours ago, catsorio said:

Thank you so much! also I would appreciate if you explained how you fixed my code so I don't have to post "what the hell is wrong with my code". :))

Quotes can only be on one line. You cant do

 

send "Hi i like 

pizza and "

 

because you went to another line.

You also need to write to player after all the quotes like

 

send "Hi I like pizza and fries" to player

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

Link to comment
Share on other sites

44 minutes ago, LapEvents said:

Quotes can only be on one line. You cant do

 

send "Hi i like 

pizza and "

 

because you went to another line.

You also need to write to player after all the quotes like

 

send "Hi I like pizza and fries" to player

Ig im getting eaten now

I used to play Minehut I guess?
Yeah, I still watch the forums for some reason. (15/5/2023)
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...