=========================================== Function to Restore Global Action Counters ===========================================
| 91 | // Function to Restore Global Action Counters |
| 92 | // =========================================== |
| 93 | void RestoreGlobalActionCtrs(void *file_ptr) { ScriptActionCtr_000 = File_ReadInt(file_ptr); } |
| 94 | |
| 95 | // =============================================================== |
| 96 | // Start of Custom Script Block - DO NOT EDIT ANYTHING BEFORE THIS |