I have disableuserinput in the first script on the actual beginning of the mission.
I have a cutscene in the very beginning and did not want the user to interfier. The disableuserinput is used in a script.
Below is an example:
saddleUp = 10
_alpha = _this select 0
_bravo = _this select 1
_charlie = _this select 2
_delta = _this select 3
_echo = _this select 4
_foxtrot = _this select 5
_golf = _this select 6
_hotel = _this select 7
_script = _this select 8
_scripta = _this select 9
disableuserinput true
...as for attaching the mission it weighs in at around 9+ megs. I think its mostly due to the music files. Plus it uses over a half dozen addons..
:'(
Everything plays just great in the Mission Editor. I will try the shift/preview option and let you know what comes out of that.
Thanks for you help on this guys
Robert