#(delfy) Playeffect in cuboid region

13 messages · Page 1 of 1 (latest)

eternal onyx
#

Nihao again, I need your help, the thing is that I have a “scary” region, and I want particles to spawn in it in a random location, how can I do this?I tried at:<cuboid[scary].random> but it says there is no location, how can I set it?

earnest quarryBOT
#

(delfy) Playeffect in cuboid region

earnest quarryBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

eternal onyx
#

!t cuboid.random

heavy boltBOT
# eternal onyx !t cuboid.random

Returns a random block location within the cuboid.
(Note: random selection will not be fairly weighted for multi-member cuboids).

Returns

LocationTag

Examples
# Spawns a debugblock at a random block in the cuboid "my_cuboid".
- debugblock <cuboid[my_cuboid].random>
eternal onyx
#

mm you might not have a <cuboid[scary]> then

#

if you do, then post a debug and we'll see it more in depth

#

!debug

heavy boltBOT
# eternal onyx !debug
Info: debug

If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!

eternal onyx
#

really

#

thanks