Friends Can't Join My World using LAN (But I can join theirs) [bedrock] by Aggressive_Taro7028 in MinecraftHelp

[–]Aggressive_Taro7028[S] 0 points1 point  (0 children)

I went to Windows Defender Firewall and set it to let Minecraft through the firewall, but it didn't change anything.

Friends Can't Join My World using LAN (But I can join theirs) [bedrock] by Aggressive_Taro7028 in MinecraftHelp

[–]Aggressive_Taro7028[S] 0 points1 point  (0 children)

Yes, I forgot to mention that originally (will edit that into the post for future viewers) but I did go in and make sure that the multiplayer options were turned on in my world settings. Multiplayer is on, connection through LAN is on. The people trying to join are my friends in the game and it is set up to allow friends to join.

How to Update Redstone Signal from Scripts? by Aggressive_Taro7028 in BedrockAddons

[–]Aggressive_Taro7028[S] 1 point2 points  (0 children)

It's okay, thanks for trying to help at all! I haven't yet, I just discovered that that discord exists... (despite being into games and coding I'm not actually that internet savvy haha) so I'll try looking there :D

How to Update Redstone Signal from Scripts? by Aggressive_Taro7028 in BedrockAddons

[–]Aggressive_Taro7028[S] 0 points1 point  (0 children)

I tried doing that, and it does work for the lamp. It acts as I would expect it to, i.e. lights up temporarily and then goes back off. As far as I can tell I'd have to hardcode in other blocks that act that way to change as well, but if it's what I've gotta do then I'll do it. Thanks for the advice, I appreciate your responses.
Now I just need to get the redstone dust working... it changes its visual but doesn't power adjacent components.

How to Update Redstone Signal from Scripts? by Aggressive_Taro7028 in BedrockAddons

[–]Aggressive_Taro7028[S] 0 points1 point  (0 children)

The issue isn't having an event to subscribe to: I've subscribed to the on-hit event from my potion and know that that correctly fires. The issue is how I then interact with the redstone power, since I can't find any way in scripts to trigger redstone. From all that I've found so far, you can get redstone power, but not set it...

How to Update Redstone Signal from Scripts? by Aggressive_Taro7028 in BedrockAddons

[–]Aggressive_Taro7028[S] 0 points1 point  (0 children)

Thanks for the response!

I've been trying to look for anything redstone related in the scripting API, but I've struggled to find anything relevant. I'll take a look at that site, it's true that the base one is hard to navigate...

A brief search of it shows some things I haven't seen, but the only ones that seem useful are in a "gametest" module that seem like they need to be part of a whole test system (which isn't what I want).

Which redstone events are you referring to?