=========================================== Function to Restore Global Action Counters ===========================================
| 135 | // Function to Restore Global Action Counters |
| 136 | // =========================================== |
| 137 | void RestoreGlobalActionCtrs(void *file_ptr) { |
| 138 | ScriptActionCtr_000 = File_ReadInt(file_ptr); |
| 139 | ScriptActionCtr_001 = File_ReadInt(file_ptr); |
| 140 | ScriptActionCtr_005 = File_ReadInt(file_ptr); |
| 141 | ScriptActionCtr_004 = File_ReadInt(file_ptr); |
| 142 | ScriptActionCtr_003 = File_ReadInt(file_ptr); |
| 143 | ScriptActionCtr_002 = File_ReadInt(file_ptr); |
| 144 | } |
| 145 | |
| 146 | // =============================================================== |
| 147 | // Start of Custom Script Block - DO NOT EDIT ANYTHING BEFORE THIS |