If the hero steps on a button I noticed the button will be activated at different places. Sometimes it fires if the hero touches only a border of the button and sometimes the hero has to step on the middle of that button. If we want the button to activate a cut scene this can result into a problem. To make my cut scene lively, I also made good use of the walk command. If our actors does not stand always at the same place when a cut scene starts, the same cut scene will sometime look nice and somtime look bad.
A good fix for that would be the ability, to retrieve the exact position of an actor using predefined functions. But to be really able to fix this at a high quality I guess we would also need to use loops. As long RPG Playground does not provide program elements like that, we won’t be able to create accurate cut scenes in connection with the walk-command regardless how hard we try.