Custom Notifications
Customizing the notification system used in Wasabi Scripts.
Customize Notifications
Navigate to the cl_customize.lua
cl_customize.lua
More specifically,
wasabi_bridge/customize/cl_customize.lua
.
Locate the notify event
Modify to your liking
Customize Text UI
Navigate to cl_customize.lua
cl_customize.lua
More specifically,
wasabi_bridge/customize/cl_customize.lua
Locate the showTextUI
and hideTextUI
functions
showTextUI
and hideTextUI
functionsThey will appear like this:
Customize each function
Last updated