Page MenuHomeFeedback Tracker

bis_fnc_customGPSvideo not working
New, NormalPublic

Description

I am attempting to use bis_fnc_customGPSvideo in a trigger as

"_script = ["\video.ogv",1] call BIS_fnc_customGPSvideo;"

However, every attempt at the script running, I am prompted with

"RSC Layer name cannot be empty string"

and the script does not run.

I have tried several tweaks to the code, such as "spawn" instead of "call", but to no avail and the same result. Following the wiki or related forum posts are no help here.

Details

Severity
Trivial
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Scripting
Steps To Reproduce

Attempt to run BIS_fnc_customGPSvideo in any capacity

Additional Information

I've tried it in triggers, external scrips with execVM, and in inits.

Event Timeline

POLPOX added a subscriber: POLPOX.Feb 18 2023, 2:19 PM

Pretty sure the function will not work since it is made for A2:PMC and just carried on without checking anything. There're several functions that won't work because of that.