#One time use right click event
1 messages · Page 1 of 1 (latest)
No, I don't want it to disappear. I'll use that tomorrow cuz it's late in my time zone
so you want them to only be clickable once?
also i would use the location function
once per player, or once period?
I am asuming he means per player
as he refered to hypixel
which does itlike that
I am also interested in this
would you need to set a variable on the click of each soul
and check if the variable is true on click
it wouldwork
but seems inefficient
to set 1 variable for every single "soul"
once per player
on right click:
if list variable is >= 1:
send "you already collected this soul" to player
else:
add 1 to list variable
for the next soul
on right click:
if list variable is >= 2:
send "you already collected this soul" to player
else:
add 1 to list variable