Hello, this Script looks Amazing.
But i found a BUG.
The "pos_swap Command" is working perfect, but the "pos_revert Command" is acting very strange.
I changed all Tiles on my map and now i have the Problem that
it does not revert the chosen Position.
Insteed it changes back the last tile tile on the y axis.
If i repeat the command, it keeps reverting the tiles on that line until the chosen coordinate is reached.
if i choose pos_revert(0, 4, 2, 1)
so if i have a x=0 than it also pulls up the swapped tiles from the line beneth.graps y=5 line and puts it into y=4 and than continues to revert the line tile by tile everytime i call the command.
That is strange.
My english isnt the best so i hope i could explain it well enough.
I would be happy if this function could be repaired.
Edit: your explanation in topic1 is a little incorrect:
pos_revert(x, y, tid, layer, map_id)
it is actually:
pos_revert(x, y, layer, map_id)
???
EDIT: Thank you Hime for Answering in your Block within 1Day and Repairing it too.
You are amazing, thank you very much. This is great suport.
If iam able to make a little Fog of War Event Function, i will share it here with you.