🆕 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
@@ -31,4 +31,5 @@ export class WiredActionLayoutCode
public static FURNI_BYTYPE_SELECTOR: number = 30;
public static USERS_AREA_SELECTOR: number = 31;
public static USERS_NEIGHBORHOOD_SELECTOR: number = 32;
public static SEND_SIGNAL: number = 33;
}