#Custom /Drop Command Help.
1 messages · Page 1 of 1 (latest)
You make the command
Which sets a var
And then you have the on drop event
And if the var is on
You cancel the event
Or something like that
that is the thing I just don't know lmao
I know how to make a command I just don't know what I need for it
trigger:```
That is all I know
Variables... :/
You dont know variables?
what that
1st link has a lot of useful stuff
2nd one is the variable help page
Learn all of them but you need list
ok I'll read and tell you if I understand
what lol
They didnt know what var to use
"They"
What
...
lol
LITTLE ENGILSH LESSON
THEY - used to refer to two or more people or things previously mentioned or easily identified
two or more two or moretwo or more
LITTLE ENGLISH LESSON
🙂
Are we in used to time?
que?
:/
well, it is safer to say "they" nowadays cause u never know what someone's pronouns are. Whatever you know someone could identify as a f*cking shoelace
heyyyyyy, I identify as a shoelace, also a sovient 1928 war bunker
this is the problem with our generation
Well how ya doing zippity zoo dot
you live in the phast
"our"
idfk dude people are way too soft nowadays
;)
I read the "variables" and nothing is even close to what I am looking for
You need a list variable
Make one that stores info for the player who executed the command
Its gonna decide whether drops are on or off
command /drop:
trigger:
if {dropallow::%player's uuid} is not set:
set {dropallow::%player's uuid} to false
send "You can no longer drop items!" to player
else if {dropallow::%player's uuid} is false:
set {dropallow::%player's uuid} to true
send "You can now drop items again!" to player
else:
set {dropallow::%player's uuid} to false
send "You can no longer drop items!" to player
on drop:
if {dropallow::%player's uuid} is false:
cancel event
send "You can't drop items" to player
this will do I think
it's fine just using 2 spaces for some reason
identation is fine but I think he does need to re-adjust it cause of discord
alr
Fix the indentation
And use % properly
the % in uuid
you really should learn skript instead of telling it to someone so they can fix it
or where do I put the %
after uuid
There are 3 more errors
indentation
ah
!indent
I read thhat lmao
try using tabs instead of spaces, easier to detect the problem