#Why do my homes permissions not work

1 messages · Page 1 of 1 (latest)

lusty zenith
#

Skript above ^^ (HOMES GUI)

gilded notch
#

Are there any errors?
Have you tried debugging?

lusty zenith
#

Yeah no errors.

gilded notch
#

Do some debugging

lusty zenith
#

I have no errors

gilded notch
#

I know, but you need to figure out what exactly is not working
By putting multiple broadcast and see what is not broadcasted

#

That way we can further narrow down the problem and code, instead of looking at the whole thing

lusty zenith
#

Not sure how to do that...

gilded notch
#

so like this

command /example:
  trigger:
    broadcast "Command Executed"
    if player is not player:
      broadcast "Not Player"
#

Just an example

#

obviously it wont broadcast "Not Player" in my example, because there's no way player does not equal player

lusty zenith
#

Yeah no clue still

gilded notch
#

There's not really much I can do then, you just simply put multiple broadcast "" in your code, you put the first one where the code starts

limpid aurora
#

^

#

you cant just thrust a couple hundred lines of code in our faces, say nothing about your error or where it may occur and expect us to do something about it