2 Commits

Author SHA1 Message Date
mrSkortch
2e1de45f06 Fixed errors
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).
2024-10-25 20:55:59 -06:00
mrSkortch
e76ca8013e Dynamic Slot Support
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.
2024-07-02 16:33:38 -06:00