Allow to spawn RF broadcaster with a set frequencySolved

Allow to spawn broadcaster with a set frequency.

This could be used as:

A map re-wipe method using the command block entity with the combination of other plugins (ie missing monument = no broadcast signal = send command for wipe).

Broadcast custom monument activty.

I pushed some changes to the plugin's GitHub repository. Can you beta test it? There is a section in the documentation on how to set up RF broadcasters and receivers.
https://github.com/WheteThunger/MonumentAddons

Sorry for the long delay, I checked umod today.

Tested out and it works.
I set the freq to 900001 and it broadcated (used RF Pager to check).
generator.static works as intended with both RF receiver and brodcaster.
I also tested out the flag "on" and "Reserved8" on the broadcaster but they did not work.
I added a industrial.wall.lamp.green.deployed to test out the reciver rfreceiver, it does power the light, but the light it self needs to be set to "disabled  flags: on" and it turns off on server restart (the light).

Thank you WhiteThunder! You are the best!

Thanks for testing it!

One note about the generator is that you do not necessarily need it. Electrical entities spawned via the plugin automatically generate their own power, unless they are plugged into another entity via mawire, very similar to how the Powerless Electronics plugin works.

How it works is that as the plugin or profile loads, electrical entities will initially spawn with power, then after they have all spawned, the connections that were previously persisted via mawire will be reconnected which may alter the power flow. If you have not plugged in the receiver's input, and you connect its output to the light, the receiver would have free power, and will only output that power to the light if it detects the RF signal.

The On flag doesn't do anything for the RF entities. The Reserved8 flag will be set automatically when any entity receives power.

I will test out the green light with a server reboot to see what is going on there.

Locked automatically