You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn on menuOnSit and add a notecard named BTN{1}. When someone sits in seat 1, we would expect to receive the menu but they don't.
In V2.01, I've found that in AssignSlots() the menu request from the core is sent before the SeatUpdate. The effect is that the menu script does not yet know there is a new sitter and button permissions fail. I am working on the AssignSlots() function in the core to fix and completely understand this.
In Alpha V0.53c the menu does not even run the DOMENU so it isn't even getting to the button permissions before it fails.
Further details as troubleshooting progresses.
The text was updated successfully, but these errors were encountered:
The above description of what's happening is correct. My fix in the core was at fault. I now understand the issue completely and works for both versions of the core.
Turn on menuOnSit and add a notecard named BTN{1}. When someone sits in seat 1, we would expect to receive the menu but they don't.
In V2.01, I've found that in AssignSlots() the menu request from the core is sent before the SeatUpdate. The effect is that the menu script does not yet know there is a new sitter and button permissions fail. I am working on the AssignSlots() function in the core to fix and completely understand this.
In Alpha V0.53c the menu does not even run the DOMENU so it isn't even getting to the button permissions before it fails.
Further details as troubleshooting progresses.
The text was updated successfully, but these errors were encountered: