MechSlayer 18 Posted May 3, 2019 Is it possible to make cameras created with camCreate global and use it inside a dialog? Share this post Link to post Share on other sites
Crazy_Man 36 Posted May 5, 2019 Spawn it with remoteExec. { // code here } remoteExec ["spawn",-2]; or if you have arguments [arguments,{ // code here }] remoteExec ["spawn",-2]; Share this post Link to post Share on other sites