Page MenuHomeFeedback Tracker

Custom leaflets - [BIS_func_initLeaflet] Script not defined
New, NormalPublic

Description

Custom leaflets (https://community.bistudio.com/wiki/Arma_3_Leaflets#Custom_Leaflets) are not working due to a misspelling. When a drone tries to drop a custom leaflet it gives the following error message:

[BIS_func_initLeaflet] Script not defined for leaflet Custom 01

This is due to the fact that it should actually be calling BIS_fnc_initLeaflet , not BIS_func_initLeaflet

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce
  • Create an addon with some custom leaflets defined (Custom_01, Custom_02, etc.)
  • Open Editor, put down a drone, configure the pylon settings to Custom_01
  • Startup the drone and release the leaflets.
  • Note the error message: [BIS_func_initLeaflet] Script not defined for leaflet Custom 01
Additional Information

Event Timeline