I have tried with real coords but I don't want that. I'll put the script up but it's far from finnished yet and I know that some places are wrong and will give error messages, and some commands that looks weird since I ain't done yet, etc, etc.
_pos = _this select 0
SS_WhatEverCrapBool = createdialog "SS_Dialog"
_camera = "camera" camcreate [0,0,0]
_camera cameraeffect ["internal","back"]
_x = _pos select 0
_y = _pos select 1
_y = _y - 1
_z = 100
_camera camsettarget [_x,_y,1]
_camera camsetpos [_x,_y,10]
_camera camcommit 0
;titletext [format ["%1 and %2", _x, _y],"Plain"] <---- there ya have your check Artak :)
#loop
setacctime 1
? (SS_NorthBool) : goto "north"
; blah, blah, add some crap here that aint important for ya to read.
~0.5
goto "loop"
#north
_y=_y+50
_camera camsettarget [_x,_y,0]
_camera camsetpos [_x,_y,10]
_camera camcommit 0
SS_NorthBool=false
:beat *Gets Shot* :beat: