void main() { object oModule = GetModule(); int nDecrement = GetLocalInt(oModule, "ReloadTime") -1; SetLocalInt(GetModule(), "ReloadTime", nDecrement); ActionSpeakString("Server Reboot rolled back one autosave.", TALKVOLUME_TALK); }