Last edited: 6/17/25 (EU Date: 17/6/25)
This custom module allows you to create and remove windows containing text on any part of the game window.
WARNING: This script isn't recommended for use by developers of other scripts! Please, for the love of anything, make your own windows instead of using my bad script.
Download link: here.
Use the following script call to create a new window:
TDRP_WindowManager.create_window(:id, "message", x, y)
Parameters:
Example usage:
TDRP_WindowManager.create_window(:greeting, "Howdy!", 0, 0)
To remove an existing window, use:
TDRP_WindowManager.dispose_window(:id)
Parameters:
Example usage:
TDRP_WindowManager.dispose_window(:greeting)
Use the following call to remove all created windows:
TDRP_WindowManager.dispose_all
You don't have to give me credit for this script! :D