private static void On_LoadGame() { if (ObjectManager.Player.CharacterName == "Brand") { Brand.OnLoad(); } if (ObjectManager.Player.CharacterName == "Diana") { Diana.OnLoad(); Chat.Print("This script is a Port of ElDiana (Code of jQuery)"); } }
private static void On_LoadGame() { if (ObjectManager.Player.CharacterName == "Brand") { Brand.OnLoad(); } if (ObjectManager.Player.CharacterName == "Diana") { Diana.OnLoad(); Chat.Print("Easy Mid Fixed By Memory"); Notifications.Add(new Notification("Easy Mid Fixed By Memory", "Credit Memory")); } }
private static void On_LoadGame() { //try { Update.Check(); } //catch { } if (ObjectManager.Player.CharacterName == "Brand") { Brand.OnLoad(); } if (ObjectManager.Player.CharacterName == "Diana") { Diana.OnLoad(); Game.Print("This script is a Port of ElDiana (Code of jQuery)"); } }