ACSUtils 1.1
- 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
andiceil
incorrectly adding 1 to already round numbers (ceil(1.0) == 2.0
) - Optimized
SetInventory
andSetActorInventory
for multiplayer.