So I used this in a multiplayer mission to make Intel items give an intel entry, using F2k sel's code. The Intel object functions correctly, however, only the player who picks up the item gets the entry, and the mission relies on the entire team getting the entry in their briefing screens (since the mission doesn't use tasks, but rather Intel to guide the team on what to do). It wouldn't be so bad, but if the guy that picked up the Intel gets gunned down immediately after picking it up, the Intel is basically lost and the rest of the team will have no idea he found it or what it said. Any idea on how I'd fix that so the entire team gets an entry for the intel?
I was thinking it would involve that createDiaryRecord code, maybe syncing it to the intel object, but not exactly sure how to implement that. I'm very new to editing missions in the Arma series, forums have helped a ton so far, but this is the last thing I need to fix to make this particular mission perfect.