Theoretically, the maximum value for the id is 4254967295 (2^32 - 1).
However, when the event is called by the instruction trigger, the id in the instruction is limited to 2147483647 (2^31 - 1). If the value is higher, the instruction is simply ignored.
Remark: it looks like the value is a signed long integer in the instruction and an unsigned long integer for the id of the event, which explains the behavior of EU2.
However, when the event is called by the instruction trigger, the id in the instruction is limited to 2147483647 (2^31 - 1). If the value is higher, the instruction is simply ignored.
Remark: it looks like the value is a signed long integer in the instruction and an unsigned long integer for the id of the event, which explains the behavior of EU2.