17.04.2017, 22:01
(
Last edited by Freaksken; 11/07/2017 at 06:26 AM.
)
FCNPC A.I. 1.1.0
Changes:
Changes:
- Add license, credits and changelog files
- Add links in all files to the license and credits
- Added WOW_GetBossIDFromNPCID which is an alias for WOW_GetBossIDFromPlayerID
- Changed all aliases to macros, so that they don't call another pawn function
- Execute OnFilterScriptExit, OnGameModeExit and OnPlayerDisconnect hooks after they are called in the user's script, so you can use functions of the include in those callbacks
- Namechange to FCNPC A.I. in whole repo
- Changed prefix to FAI_ (also for the above mentioned functions)
- Renamed source and include files to FAI.pwn and FAI.inc to be conform with the namechange
- Updated example scripts by remove unnecessary destroy lines since the include does this automatically when the script exits
- Updated example scripts by destroying and resetting everything under OnPlayerDisconnect instead of OnFilterScriptExit, to handle all disconnect situatons, including script exit
- Updated example scripts with changed prefix