S1LENT_EG Posted August 27, 2021 Share Posted August 27, 2021 i cant get this skript to work the block wont replace anything i can do to fix it? on break: if event-block is cobblestone: set {_cobble} to a random number between 1 and 5 if {_cobble} = 1: set event-block to cobblestone if {_cobble} = 2: set event-block to iron ore if {_cobble} = 3: set event-block to coal ore if {_cobble} = 4: set event-block to diamond ore if {_cobble} = 5: set event-block to emerald ore -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >>S1LENT_EG<< >>Joined Minehut (10/21/19)<< >>Owner of (SharpMinez.minehut.gg)<< >>(SKRIPTER)<< -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Link to comment Share on other sites More sharing options...
belac136 Posted August 28, 2021 Share Posted August 28, 2021 I'm not sure if this is the issue, but i think that your indentation is wrong, and you need a few elses. Don't take my word for it, because i have had the same problem and im new to skript, but i would do it like this: on break: if event-block is cobblestone: set {_cobble} to a random number between 1 and 5 if {_cobble} = 1: set event-block to cobblestone else if {_cobble} = 2: set event-block to iron ore else if {_cobble} = 3: set event-block to coal ore else if {_cobble} = 4: set event-block to diamond ore else if {_cobble} = 5: set event-block to emerald ore Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now