You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2019. It is now read-only.
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 "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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: