How to delete block which is in variable?

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

    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!

Status
Not open for further replies.

temakan

Member
Jan 29, 2017
12
0
0
I've block in variable, how to delete it not from variable but delete it like set variable block to air
 
this won't work you need to set a variable like this ->
code_language.skript:
set {variable} to location of event-block
if you want to remove the block then you can do this ->
code_language.skript:
set block at {variable} to air
 
Status
Not open for further replies.