Cormega 0 Posted September 23, 2007 Yeah, Cheers for the help guys, we were worried it was a hopeless case of net code, glad to find it's merely a script conflict! IC-ArmA Share this post Link to post Share on other sites
sickboy 13 Posted September 23, 2007 If you get "variables conflicting between scripts", please make sure you set all the local (_variable) variables in a private ["_localVar1","localVar2"]; etc array, as otherwise you can get conflicts. 'timing' the scripts by different sleeps can still generate a mess, so being on the safe side and simply private'ing all local variables is imho the best way to go. Share this post Link to post Share on other sites