I need again support ;D

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

Status
Not open for further replies.

DuBistAcc.1

Member
May 27, 2018
10
0
0
32
So i need again support on this script.

code:
code_language.skript:
on rightclick on a sign:
    if line 1 of event-block is "[geldautomat]":
        set line 1 to "§8§m----------------"
        set line 2 to "§2§lBank§a§lAutomat"
        set line 3 to "§7§oKlick Hier"
        set line 4 to "§8§m----------------"
        wait 1 second
        if line 1 of event-block is "§8§m----------------":
            if line 2 of event-block is "§2§lBank§a§lAutomat":
                if line 3 of event-block is "§7§oKlick Hier":
                    if line 4 of event-block is "§8§m----------------":
                        open chest with 3 rows named "text.command" to player
 
rather than starting a new thread with the same code, you can reply to your previous thread.
also just saying "I need support on this" isnt telling us your problem.
What is the problem you are having?
Are you getting any errors?
 
Please stay on a single thread and use the Help Layout.

Also, titles like "I need help" just decreases your probability of getting help. If you don't even care about your own issue to at least give a brief description about it, why would someone else do it?
 
Status
Not open for further replies.