Really great plugin this.
I have a problem on the last layout (the camera switching one).
I get
[quote:27y620qo]Cannot test conditional expression on non-integer type. Operator had no effect
Event 2
Action 1
I noticed that that event was [quote:27y620qo](AdvancedCamera.CurrentCamera = "Main") ? "Second" : "Main"
so changed the ? to : this stops the error but the camera never switches. I then got rid of all that was in the quotes above and used
[quote:27y620qo]On Key Space Pressed - AdvancedCamera:Switch to camera "Second" in 2000m/s
This worked perfectly. I'm guessing that the event you used on a second space keypress would change back to the "main" and on a third keypress back to "Second".
I'm still using 0.99.42 here is that the problem with the event you used?
Great work anyway going to use this for sure.
Thanks