Skip to content
This repository was archived by the owner on Sep 29, 2019. It is now read-only.
This repository was archived by the owner on Sep 29, 2019. It is now read-only.

WorldGuard flag error #43

Description

@Alontrle

Server info: http://i.prntscr.com/KZ8KHn9JQZeVYedE-_PLkA.png
Error:
When I am pulling the flag from a region I cannot specify the world with a variable.
``
set {_blockBreak} to value of flag "block-break" of region "%{_region}%" in world {_world}
This doesn't throw any errors, but it acts like I put a stop statement in.

set {_blockBreak} to value of flag "block-break" of region "%{_region}%" in world "%{_world}%"
This throws an error http://i.prntscr.com/Em1L4DwJQJayl12BGUy0oA.png

set {_blockBreak} to value of flag "block-break" of region "%{_region}%" in world "Prison"
This works but I need cross-world compatibility, I've tried with and without the world before the world string spot.``

Here is my code: https://hastebin.com/xumilosota.vbs if you want the rest of the code I have (other files) I can send it, I don't think you need it but I can do that in private messages of sorts.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions