🏠 Home 

Furaffinity-Message-Box

Library to hold MessageBox functions for Furaffinity

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/528997/1549467/Furaffinity-Message-Box.js


Ask a question, post a review, or report the script.
Author
Midori Tsume
Version
1.0.1
Created
2025-03-06
Updated
2025-03-07
Size
28 KB
License
MIT

Furaffinity Message Box

Helper Library to show a MessageBox for your custom Furaffinitiy Script. Also see docs on Furaffinity-Message-Box

Features

How to use

Feature Roadmap

Feature Status
Have MassageBox ✅ Completed
Support different Types ✅ Completed
⠀⠀⠀⠀Information ✅ Completed
⠀⠀⠀⠀Question ✅ Completed
⠀⠀⠀⠀Warning ✅ Completed
⠀⠀⠀⠀Error ✅ Completed
Support Furaffinity Color Themes⠀⠀⠀⠀⠀⠀⠀⠀ ✅ Completed
Support non async MessageBox ⬜ Planned

Documentation

MessageBox

The main class for displaying message boxes. It contains following static functions:


MessageBoxButtons

Enum that specifies the buttons that are displayed on a message box.


MessageBoxIcon

Enum that specifies the icon that is displayed on a message box.


DialogResult

Enum that specifies identifiers to indicate the return value of a dialog box.