#im trying to make fully grown wheat spawn every tick instantly in the coords listed in the skript
1 messages · Page 1 of 1 (latest)
age is a blockdata tag. You'd either need to set the age of event-block, or you could set it to wheat[age=7].
Also you can loop the blocks ina cuboid
And use location convert function like
location(500, -60, 500, world "world")
Oh no wait
Use loop-value lmao
Huh
Did u just change your code
what
ts is my code every 1 tick: loop numbers between -2 and 2: set {_x} to loop-number loop numbers between -5 and -1: set {_z} to loop-number set block at {_x}, -60, {_z} in world "world" to wheat with age 7
errors:
oh
...
And create new location using the location thingy i showed you
can you make an example skript with that function
i started skript 2 days* ago
idk where to put it
at (you put that here) to (block that you want it to be)
its literally the same as location at ..., but more compact
Location at requires already a location no?
you can check https://skripthub.net/docs
Like location at victim
uhh kinda yeah. it'll just get the victim's location
What are you talking about
Oh it somewhat of works with coordinates
From what i see from examples
The requested documentation could not be found.
Lmao
@crystal badge
https://skriptdocs.wiki/docs?id=4ru6n
I always used this
location(x: number, y: number, z: number, world: world = event-world, yaw: number = 0, pitch: number = 0)
Creates a location from a world and 3 coordinates, with an optional yaw and pitch.
If for whatever reason the world is not found, it will fallback to the server's main world.
Huh
x8ight suggests that you read https://sovdee.gitbook.io/skript-tutorials/