Is there a guide somewhere that shows the old function and the new function?
For example
let's say wait was changed to idle.wait
the guide would show
wait() -> idle.wait()
It's a pain fixing up old scripts having to look for functions that changed.
Thanks!


Reply With Quote