Really simple question but I’m a noob at tech so here you go:
Notification with simple block code (“triggering player has reached Summit 1”).
I want the notification to appear to everyone except triggering player.
I tried connecting a relay (“All Other Players”) to the notification (relay trigger → on wire pulse). However, this somehow messed up the block code so the notification
says another player’s name instead of triggering player.
so i dont quite know whats happening
but you should try a bit of debugging
can you join your own game with different names, reach a summit and see what each different tab receives?
if its something like
player 1: testerA
receives = testerA reached summit
player 1: testerB
receives = testerB reached summit
player 1: testerC
receives = testerC reached summit
It said the wrong thing.
For example: Two players (Player A and Player B) joined the game.
Player A activated notification but it said “Player B reached summit 1”
instead of Player A. I think it’s the relay that’s wrong