Posted July 30, 2022 by Master_64
#update
Another minor update for the MGame library, which addresses some internal issues and adds 2 very useful AI script actions. These two actions are both a variant of SetProp and AddProp, but that can have a random value taken from a range of two values, then assigned to the actor. These two actions are especially helpful when randomizing variables on actors (before, you would've needed to make 2 actions per value [and this wouldn't work for floats since there's too many possibilities]). This update is a must-have for anyone needing randomized variables for actors.
Changelogs [MGame (.u Mod)]
- Added 2 new action types for the AI scripting language (17 custom actions in total now)
- Re-did the entire AddProp custom action to be much less cluttered (should be significantly more efficient now)