I need one script - let's say I have world map that looks like this:
[------------------------]
| north |
| |
|west east|
| |
| south |
[------------------------]
Without script if I walk to the North I'd come to the end of the map. So, is there any way to make map "round"? I mean, is there way to continue walk even across border so if I get to the border of weast I continue from the east? I know I could do it with 'teleport' but teleporting creates transition and I don't want it.
Any help is appreciated