I am looking to make a script in which the player will enter a zone. At that point the camera will break away from the player, fly to a spot on the map (to show a good path to take, an enemy, etc), then return back to the player (either by reversing path or instantaneously). I am however still wrapping my head around the whole scripting thing. So that being said here is my horrible script so far that does absolutely nothing. What I'm looking for is either an example to follow or a push in the right direction. Thanks Guys.
;Artificial Intelligence Script
;Header
desc = Zone Activate Alternate Camera
;Triggers
:state=0,plrwithinzone=1:makecamera=flycam,state=1,sound=$0
:state=1:cameraposx=flycam 12,cameraposy=flycam 5,cameraposz=flycam 6
:state=1,plrwithinzone=0:state=0
;End of Script