#Need Help with Walkie Talkie Addon

1 messages · Page 1 of 1 (latest)

small galleon
#

Right so what I’m doing is creating an addon that will add a Walkie talkie, aka a radio, but it will actually work, using the mc chat to properly work, as people will be able to interact whilst holding the item, and sneak and interact to switch between channels. However, Im kinda stuck on what to do next. I’ve got my manifest done but I have no idea what to put into the main.js at this point, and I also have no idea what I’m gonna do for scripting the item to work in this way, so any help would be much appreciated

#

Need Help with Walkie Talkie Addon

small galleon
#

?

marble junco
#

another alternative is tackling it pice by piece

#

if i were in this situation i would first create an item with a custom component, then use the interact event to switch between channels, which would probably be stored in an array

#

then detect for chat events and send them to specific players that are currently listening on in the channel

small galleon