I'm trying to get the camera to smooth pan and follow a unit, but everytime i start the map, it seems as if its switching between 2 cameras (Not too sure why) and when i enter another region (Which Changes the camera) it follos the same camera, dosent change and starts shaking a bit, enter another region and it shakes more until its trying to follow 1 unit with 4 cameras, i tried setting it to stop looking at a unit then run a look action after the cameras been applied, but it dosent work at all..
Sounds like you have Triggers that counter act each other and/or doesn't work properly. As always my advice is, when people have problems in any programming language, in any galaxy, in any parallel universe: Disable all code related to your problem and test one segment at a time using an output text message.
If disabling certain bits of your code crashes the map I recommend you read up on some OOP and perhaps MVC.
If you don't provide the specific code no one can help you solve your problem. You don't have to make your entire map available, just the bits of code that troubles you - exactly as it looks in your Trigger. You can right-click Triggers and copy it as text.
I'm trying to get the camera to smooth pan and follow a unit, but everytime i start the map, it seems as if its switching between 2 cameras (Not too sure why) and when i enter another region (Which Changes the camera) it follos the same camera, dosent change and starts shaking a bit, enter another region and it shakes more until its trying to follow 1 unit with 4 cameras, i tried setting it to stop looking at a unit then run a look action after the cameras been applied, but it dosent work at all..
@Pshyched: Go
Sounds like you have Triggers that counter act each other and/or doesn't work properly. As always my advice is, when people have problems in any programming language, in any galaxy, in any parallel universe: Disable all code related to your problem and test one segment at a time using an output text message.
If disabling certain bits of your code crashes the map I recommend you read up on some OOP and perhaps MVC.
If you don't provide the specific code no one can help you solve your problem. You don't have to make your entire map available, just the bits of code that troubles you - exactly as it looks in your Trigger. You can right-click Triggers and copy it as text.