📱 Phone Menu – Update 2.2 Changelog
🔹 Contacts App Overhaul (Now NUI-Based)
- The Contacts App has been fully migrated to the NUI system for better scalability and customization.
- Customize the appearance by editing
.json
files in:
📂data\PKD_PhoneMenu\ContactsApp
📞 New Feature: Make Calls to Contacts
- Now you can make calls to in-game contacts!
- Calls are event-driven, allowing for deeper story integration.
🛠 How to Set Up Calls:
-
Set the "Call Event Variable" in Plugin Parameters
- Use a Variable ID to store the Common Event ID that runs when the call starts.
- ✅ This allows dynamic changes to call events as your story progresses.
-
Configure Call Timing per Contact
- Define how long the player waits before the contact picks up.
-
Call Flow:
- Contact answers → Phone displays Talking Screen and starts the assigned Common Event.
- Common Event ends → Phone displays End Call Screen before returning to the Contacts App.
- Call Control:
- Players can manually end a call:
- ✅ Before the contact answers.
- ✅ After the conversation finishes.
- Developers can abort or force-end a call using script calls in the Common Event.
- Players can manually end a call:
📖 Read the full update guide on phone calls:
📘 Contacts App Guide