Jump to content

Bruh skript broke itself


Rodney_RWR

Recommended Posts

Soo uhh skript is giving me mental pain

im trying to do:

 

on rightclick:
	if clicked block is Gray Shulker Box:
		if players tool is tripwire hook with name "&#808080&lDaily Crate Key":
			if player is in world "ul_void_world_2":
				cancel event
				send "hu"

 

but it just breaks HeLp Me PlEaSe

Edited by ___Rodney_RWR___
wregts

-------------------------------------------------------------------

NO RANK ALL THE WAY

---------------------------------------------------------------------

play.koolkidzmc.com (Velocity + Pufferfish FTW)
discord.koolkidzmc.com

Spoiler

/_(•v•)_7

image_2021-07-26_104856.png.7740cf6322d3693f332894c1e8485060.png


image_2021-07-26_104457.png

pogies.PNG

Link to comment
Share on other sites

3 hours ago, ___Rodney_RWR___ said:

Soo uhh skript is giving me mental pain

im trying to do:

 

on rightclick:
	if clicked block is Gray Shulker Box:
		if players tool is tripwire hook with name "&#808080&lDaily Crate Key":
			if player is in world "ul_void_world_2":
				cancel event
				send "hu"

 

but it just breaks HeLp Me PlEaSe

try if "%clicked block%" contains "shulker box":

 if "%clicked block%" contains "gray":

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

no its the name part it says u cant use quotes or smth

 

-------------------------------------------------------------------

NO RANK ALL THE WAY

---------------------------------------------------------------------

play.koolkidzmc.com (Velocity + Pufferfish FTW)
discord.koolkidzmc.com

Spoiler

/_(•v•)_7

image_2021-07-26_104856.png.7740cf6322d3693f332894c1e8485060.png


image_2021-07-26_104457.png

pogies.PNG

Link to comment
Share on other sites

6 hours ago, ___Rodney_RWR___ said:

no its the name part it says u cant use quotes or smth

 

then try

tripwire hook named "name"

tumblr_lqahoaPLkC1ql1l0v.gif

Feel free to add me on discord if you:

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with plugins

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need help with skripts

dc3456c-e0ec58e8-c807-43e3-b986-5224b91a need to vent about something

tumblr_lqahoaPLkC1ql1l0v.gif

>[ ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 ]<

Link to comment
Share on other sites

On 7/14/2021 at 10:26 AM, ___Rodney_RWR___ said:

Soo uhh skript is giving me mental pain

im trying to do:

 

on rightclick:
	if clicked block is Gray Shulker Box:
		if players tool is tripwire hook with name "&#808080&lDaily Crate Key":
			if player is in world "ul_void_world_2":
				cancel event
				send "hu"

 

but it just breaks HeLp Me PlEaSe

the problem is probably mostly with "&#808080&lDaily Crate Key", since Skript uses the # (hashtag) character for comments, meaning anything after that character will not be parsed. use ## (double hashtags) instead to bypass that. there are also other errors here. try using this condition:

if player's tool is tripwire hook named "<##808080>&lDaily Crate Key":

 

Edited by D4isDAVID
  • Like 1
Link to comment
Share on other sites

ok thanks alot but already got an alternative but thanks for all the help

 

 

-------------------------------------------------------------------

NO RANK ALL THE WAY

---------------------------------------------------------------------

play.koolkidzmc.com (Velocity + Pufferfish FTW)
discord.koolkidzmc.com

Spoiler

/_(•v•)_7

image_2021-07-26_104856.png.7740cf6322d3693f332894c1e8485060.png


image_2021-07-26_104457.png

pogies.PNG

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