This is an old revision of the document!
acsutils-x.x.x.zip.acsutils.acs into your project.acsutils.acs after zcommon.acs:#include "zcommon.acs" #include "acsutils.acs"
If your project has functions (or variables, if you are using ACC) with the same names as ACSUtils functions, it won't compile. Rename the functions in your project to fix it. ACSUtils functions are named to avoid some of the most annoying conflicts, but it still needs several renames in some big projects.
decorate/changeflag.txt to your decorate and #include it to make ChangeFlag and ChangeActorFlag work.cvarinfo.acsutils to your project root to allow the server to hide ACSUtils errors using the acsutils_noerrors cvar (it will automatically load and not conflict with your mod's CVARINFO because ZDoom ignores the extension).