Phone Menu. Update 2.1

What’s New in Update 2.1

New Apps

  • Save App: Now available for saving the game directly from the phone menu.
  • Load App: Load your saved game with ease using the new app.


Contacts App

  • Bug Fix: Resolved an issue where the last item in the contacts list would be positioned outside the visible screen area.

Messages App

  • Keyboard Scrolling: You can now scroll through messages using the keyboard’s up and down arrows for easier navigation.

  • Bug Fix: Addressed an issue where new messages wouldn’t appear when added to an existing chat with a large message history.

  • Control Character Support: Added support for the \N[x] control character in messages.

    • Show Text Command: Use \N[x] in the Show Text command.

    • Script Call: In Phone.AddMessage, use "\\N[x]".

    Example:

    Phone.AddMessage("avaKasey", "\\N[6]", 1, true);
  • Switch to Default Message System: You can now display regular messages within the Messages App by calling:

    this.phoneSwitchToDefaultMessages();

    All subsequent messages will be shown using the default message system. To switch back to the Messages App, use:

    this.phoneSwitchBackToMessages();


Other Improvements

  • Minor Bug Fixes & Code Enhancements: Small improvements and optimizations to the plugin’s code for better performance and stability.