Backported HOOK_COMBATTURN from 4.2

* using pre-4.2.8 codebase

Replaced ControlCombat option with PartyOrderToAttack.
Updated documents.
This commit is contained in:
NovaRain
2023-06-07 21:48:54 +08:00
parent 7322634780
commit 3b6435d8a4
16 changed files with 337 additions and 167 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
#define HOOK_INVENTORYMOVE (24)
#define HOOK_INVENWIELD (25)
#define HOOK_ADJUSTFID (26)
//#define HOOK_COMBATTURN (27) // unimplemented
#define HOOK_COMBATTURN (27)
#define HOOK_CARTRAVEL (28)
#define HOOK_SETGLOBALVAR (29)
#define HOOK_RESTTIMER (30)