on block piston push: can i push variable with block?

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

Barbarx

Active Member
Feb 25, 2017
71
5
0
Hello. i wanted to fix one bug on our server. (autoclonning) by pushing blocks by piston.

code_language.skript:
on block piston push:
    if {anticopy::%location of event-block%} is set:
        delete {anticopy::%location of event-block%}
        set {anticopy::%location of event-string%} to true
But set {anticopy::%location of event-string%} cant be set
KoflJE7.png

I wanna replace variable from event-block to event-string can someone help me?

Sorry for my bad english.
 
Status
Not open for further replies.