Devlogs
MPak v7.1.1 Release
Posted January 01, 2024 by Master_64
#minor #update
Just a general minor update that adds a few new functions and fixed a bunch of issues. Enjoy!
Changelogs
Additions:
- Added 13 new functions ("DestroyAll()", "AddInventory()", "SubtractInventory()", "MultiplyInventory()", "DivideInventory()", "SetInventory()", "GetInventoryCount()", "ChangeLevel()", "RestartLevel()", "Rand32()", "Rand16()", "RandRange32()", "RandRange16()")
Changes:
- Fixed a crash done by destroying a SavePointFairy that was created via a SHSavePoint via FancyDestroy(), then touching the SHSavePoint
- Fixed a bug where GetStopwatch() would fail to properly represent the total amount of seconds if not showing minutes
- Fixed a bug where the keyword " | " in PlayAMusic() would fail to work as intended
- Fixed a critical bug where inputs tracked via MInputManager would fire twice for each input
- Fixed a critical bug where inputs tracked via MInputManager would not always correctly work (tick order issues)