🆕 wf_act_send_signal & wf_trg_recv_signal

the signal sender can only be a max of 25 in a room
the signal receiver can only be a max of 5 in a room
one signal receiver can only accept a max of 5 senders (you can select the receivers with the senders)
Why : otherwise you can flood the rooms and let you CPU go 🍌
This commit is contained in:
duckietm
2026-03-11 12:39:14 +01:00
parent 7dc2051ece
commit a125afd381
8 changed files with 240 additions and 4 deletions
+1
View File
@@ -14,4 +14,5 @@ export class WiredTriggerLayout
public static EXECUTE_PERIODICALLY_LONG: number = 12;
public static BOT_REACHED_STUFF: number = 13;
public static BOT_REACHED_AVATAR: number = 14;
public static RECEIVE_SIGNAL: number = 15;
}