Why wont this code work?

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Code:
on place of sculk catalyst at -175 65 -32 in world {Test}:
spawn giant at -175 65 -32
 
Hello,
it doesn't work because this is not how it works...
If you would want to do something like that, you would need to do this
Code:
on place of:
    event-block = sculk catalyst at -175 65 -32 in world {Test}
    spawn giant at -175 65 -32
(I did not test the code)
 
Hello,
it doesn't work because this is not how it works...
If you would want to do something like that, you would need to do this
Code:
on place of:
    event-block = sculk catalyst at -175 65 -32 in world {Test}
    spawn giant at -175 65 -32
(I did not test the code)
ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
no?

Code:
on place:
    event-block is sculk catalyst 
    location of event-block is -175 65 -32 
    event-block is in world "%{Test}%"
    spawn giant at -175 65 -32
 
ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
who can read has clearly an advantage
"(I did not test the code)", "something like that"
 
ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
who can read has clearly an advantage
"(I did not test the code)", "something like that"
Yes, ik. I am just correcting you. I didn't test the code either :/