#1 thing
1 messages · Page 1 of 1 (latest)
did you try checking what block is below the player when a certain condition is met?
i mean i need script for it because i have been trying to script it for so long but it just doesnt work
I can't give you a script, but all you need to do is
if block below event-player is iron block:
(do whatever)```
what do i put in ___? do i put the block name
that's the event; that can be any on event that you want, such as on death or something
so like (on step:)?
you can do on move
or even easier, I just found this on the skripthub docs
https://skripthub.net/docs/?id=1082
on move on:
if block below event-player is iron block:
make console execute command "lp user %player% parent set pro"
so is this about right
no no no
look at the examples in the docs I just sent you
and just replace the blocks with iron block
sweet, glad I could help
you can use on step on %block type%:
solved