#Wave

1 messages · Page 1 of 1 (latest)

lapis dune
#

https://www.youtube.com/watch?v=wLyId6Z_csM

Could someone help me do the wave at 0:38 I kinda got it but its just not working out...

function trident(p: player, s: number):
    loop {_s} * 20 times:
        push {_p} forwards with force 0.1
        set {_loc} to location of {_p} ~ vector(0, -1, 0)
        
        if {_blabla} is set:
            loop {_waterblocks::*}:
                set block at loop-value-2 to air
            delete {_waterblocks::*}
            delete {_blabla}
        if {_blabla} is not set:
            set {_blabla} to true
        delete {_waterblocks_0::*}
        loop all blocks in radius 1.5 around {_loc} where [input is air]:
            set loop-block to water
            add location of loop-block to {_waterblocks::*}
        
        wait a tick
    
    loop {_waterblocks::*}:
        set block at loop-value to air
    delete {_waterblocks::*}```

Strength Discord: https://discord.gg/strengthsmp

#lifestealsmp #smp #strengthsmp #smpapplicationsopen #minecraftsmp

Edited by @swizu_

Like Tai videos and Strength SMP, a Minecraft Server Not like Dream SMP. This SMP is like LifeStealSMP and Strength SMP, this is the hardest Minecraft Sever ever! and it is also a lore-based server in the MCY...

▶ Play video
lapis dune
#

The Youtube video wave spawns like under the player mine goes behind which is fine, but i'm trying to recreate what the youtube video does

ember sable
#

prob bc your waiting a tick

#

Or maybe because they have a slower push