Skip to content

[FEATURE] "Custom" Script Event - #8060

Open
TechnikTil wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
TechnikTil:feat/custom-script-event
Open

[FEATURE] "Custom" Script Event#8060
TechnikTil wants to merge 1 commit into
FunkinCrew:preview/public-playtestfrom
TechnikTil:feat/custom-script-event

Conversation

@TechnikTil

Copy link
Copy Markdown
Contributor

Description

This PR adds a "custom" script event to the game. With it comes the CustomScriptEvent class, and the onCustom script class callback.

Custom script events can be assigned an ID for keeping track of what the event is for, and custom data for fetching values from the event. You can also specify if the event should be cancelable or not!

Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
@github-actions github-actions Bot added status: pending triage Awaiting review. size: large A large pull request with more than 100 changes. pr: haxe PR modifies game code. labels Aug 30, 2026

@requazar requazar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W til

@Hundrec Hundrec added topic: chart editor Related to the operation of the Chart Editor. type: enhancement Involves an enhancement or new feature. topic: mods Related to the creation or use of mods. and removed topic: chart editor Related to the operation of the Chart Editor. labels Aug 31, 2026
@Hundrec
Hundrec force-pushed the preview/public-playtest branch from 3f2fe37 to a1fa227 Compare September 1, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: large A large pull request with more than 100 changes. status: pending triage Awaiting review. topic: mods Related to the creation or use of mods. type: enhancement Involves an enhancement or new feature.

Development

Successfully merging this pull request may close these issues.

3 participants