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