Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

playVideo lua code stops notes from moving even with Function_Stop and Function_Continue returns! #13870

Description

@LaserBoyStudios

Describe your bug here.

Mind you, if you are modding, please try testing your bug in a clean version of the engine instead, this ensures the bug is actually caused by the engine itself.

image

This is the same script I mentioned in the previous issue.

function onEvent(name, value1, value2)
	if name == 'playVideo' then
		startVideo(value1)
		return Function_Stop
	end
	return Function_Continue
end

Sure, the video works now, but I can't even control shit except for pausing. The song and vocals still play tho.

Command Prompt/Terminal logs (if existing)

https://streamable.com/9oum0l

Are you modding a build from source or with Lua?

Lua

Which branch of the engine are you using?

Latest (main)

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions