Binary_CoderLvl 2
- Edited
Today I found out that CDO has removed the onRecordEvent()
function from the toolbox:
This change apparently happened last week, and nobody was notified beforehand that it would be removed and programs using it would have altered functionality. Why did they removed one of the most useful commands in App Lab? I can only think of two possibilities:
- Something changed with how data storage works so that a live update function is no longer practical. This doesn't really make sense, since it worked fine before.
- This is another attempt by CDO to remove chats. It's possible, but also kind of pointless since chats can work just fine using
timedLoop()
and key values.
Either way, the code for it has been completely removed. Projects using it won't crash, but they will throw a red flag and any code nested inside an onRecordEvent()
will not run. If anyone has a workaround please let me know!