Hi everyone! I made a post earlier today, and I’ve been working with it. Long story short, I have a trigger set to be triggered when a player steals an apple. I have the trigger set to blocks, and the blocks have as follows:
When triggered
set AppleSteal1 to random integer from 1 to 5
if AppleSteal1 = 5
do
Broadcast Message on Channel “AppleSteal1”
Add Activity Feed Item For Everyone
create text with
Triggering Player’s Name
“is a thief!”
Turns out, as I’m writing this I’m just realizing that the activity feed is likely the thing in the bottom left corner of your screen, and not a notification. TUrns out I have two questions.
Why does the activity feed only show for me sometimes? When I’m playing, it doesn’t appear all the time, but I always choose to be a player. Does it only appear for players, or the other way around or something?
Is there a way to make a notification with the same message? (The Triggering Player is a thief!) I need it to broadcast to everyone that the player is the thief, but the name doesn’t need to be bolded or nothing, I’m fine with whatever.
Sorry for the rambling, but anyone have any answers?
So, here’s how it works: The activity feed only shows if you have a screen on 900 pixels or greater. You can zoom out to increase this.
Broadcast message on channel: Notification1. And in that notification, when receiving on channel, Notification1, put the same text in the blocks (Triggering player is a thief!).