What is Notify and How Can I use it to Create Custom UI?
Notify is just an interface into the game that does a block of work according to the string you pass in (the notify string gets passed into an event handler that’s hard-coded). So those events are handled internally and follow no particular naming convention or standard. You should use skrit to create your own events because notify is just for internal usage (though you are welcome to use a notify call if it does what you need it to do).