Skip to content

ACSUtils 1.1

Compare
Choose a tag to compare
@Korshun Korshun released this 28 May 15:07
· 264 commits to master since this release
  • Error handler is now a function, not a script.
  • Made public constants use #libdefine instead of #define, making them usable in map scripts.
  • Added GiveMaxInventory, GiveMaxActorInventory, TakeAllInventory, TakeAllActorInventory.
  • Added IntDiv
  • Added lang
  • Fixed ceil and iceil incorrectly adding 1 to already round numbers (ceil(1.0) == 2.0)
  • Optimized SetInventory and SetActorInventory for multiplayer.