Solved Sign text

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

SoMuchWessel

Active Member
Apr 3, 2017
147
3
18
47
Hey guys,

I ran into a problem here.

this to work:


code_language.skript:
command /command:
    trigger:
        set block at location at 1326, 74, 1403 to wall_sign
        set line 3 of wall_sign at location at 1326, 74, 1403 to "Hello"

But it isnt working at all. Only the first line is working.

Can you guys help?
 
replace wall_sign with block in the second line.

Thanks! This worked. But now i got this:


code_language.skript:
command /command2:
    trigger:
        set block at location at 1304, 70, 1392 to chest
        clear block's inventory

Line 2 isnt working. What is the problem here?
[doublepost=1516751749,1516646196][/doublepost]
Thanks! This worked. But now i got this:


code_language.skript:
command /command2:
    trigger:
        set block at location at 1304, 70, 1392 to chest
        clear block's inventory

Line 2 isnt working. What is the problem here?

It still hasn't been fixed, anyone know a solution?
 
Thanks! This worked. But now i got this:


code_language.skript:
command /command2:
    trigger:
        set block at location at 1304, 70, 1392 to chest
        clear block's inventory

Line 2 isnt working. What is the problem here?
[doublepost=1516751749,1516646196][/doublepost]

It still hasn't been fixed, anyone know a solution?
Try event-block.
 
I'm assuming it's because Skript doesn't know what block you are trying to use in the command event. Try adding block at location rather than just block in the clear inventory line.

However, I may be wrong because I've never tried this.
 
I'm assuming it's because Skript doesn't know what block you are trying to use in the command event. Try adding block at location rather than just block in the clear inventory line.

However, I may be wrong because I've never tried this.

Thanks! this worked.
 
Status
Not open for further replies.