FIXED: error in event handler attempting to run functions on non existing units due to changes in DCS.
FIXED: mist.utils.getHeadingPoints
ADDED: experimental mist.insertTastToWP function to add a task to a WP table due to annoyances in how that table is formatted. (UNTESTED).
MODIFIED: dbUpdate to check getPlayerName on the object to add dynamicSlot value
MODIFIED: dbUpdate to save skill to client if it is from a dynamic slot
MODIFIED: groupSpawned event to check playerName and MEunitsByName to add the unit to tempSpawnedGroups
MODIFIED: writeDBTables to check if dynamicSlot is a passed value. If present will update mist.DBs.humansByName and mist.DBs.humansById for any player spawned in a dynamic slot
FIXED: mist.random to just call math.random if the highNum is larger than 50.