JiMilitia 0 Posted October 17, 2021 Hi all, I've been looking for a script or an edit which will allow Exile Toasts to display for longer as most aren't up long enough for players to read them. I've tried making a redirect of ExileClient_gui_toaster_addToast.sqf and adding a Sleep 2 to it, but it makes no difference. Can someone assist? Thanks in Advance Share this post Link to post Share on other sites
El' Rabito 164 Posted October 17, 2021 ExileClient_gui_toaster_addToast line 53 ExileClientToasts pushBack [_toastControl, 0, diag_tickTime + 20]; The 20 at the end is the duration in seconds. 1 Share this post Link to post Share on other sites