=========================================== Function to Restore Global Action Counters ===========================================
| 98 | // Function to Restore Global Action Counters |
| 99 | // =========================================== |
| 100 | void RestoreGlobalActionCtrs(void *file_ptr) { |
| 101 | ScriptActionCtr_000 = File_ReadInt(file_ptr); |
| 102 | ScriptActionCtr_001 = File_ReadInt(file_ptr); |
| 103 | } |
| 104 | |
| 105 | // =============================================================== |
| 106 | // Start of Custom Script Block - DO NOT EDIT ANYTHING BEFORE THIS |