OK, fine. I just created two files containing $game_map.events[1].inspect with and without the script and checked with DiffMerge what changed! I can write $game_map.events[1].z_config = 300 to change dinamically the z index of the event 001. And also change its viewport thanks to .viewport_config... but I can't do that with the "0" ID, nor with $game_player. :(
I'll try to implement custom_z for $game_player as this script does not for the time being.
Hello
I would be glad to know how work custom_z... And especially if it would be possible to make some script calls in my events to change dynamically their Z.
OK, fine. I just created two files containing
$game_map.events[1].inspect
with and without the script and checked with DiffMerge what changed! I can write$game_map.events[1].z_config = 300
to change dinamically the z index of the event 001. And also change its viewport thanks to.viewport_config
... but I can't do that with the "0" ID, nor with$game_player
. :(I'll try to implement custom_z for
$game_player
as this script does not for the time being.Hello I would be glad to know how work custom_z... And especially if it would be possible to make some script calls in my events to change dynamically their Z.
Regards