Solved set block 3x3 forward player

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

jomjonejame

Member
Jan 26, 2017
54
1
8
29
Category: set block

Suggested name:

What I want:
A proper description.
I want to set block ice 3x3 forward player


2561-05-24_14.43.45.png


But now i'm use this script, it not work
code_language.skript:
function skill_icewall(p:player,l1:location,l2:location):
     loop blocks between block at {_l1} and block at {_l2}:
        set block at loop-block to ice
     wait 3 seconds
     loop blocks between block at {_l1} and block at {_l2}:
        set block at loop-block to air

2561-05-24_14.44.26.png
 
Last edited: