Page MenuHomeFeedback Tracker

Addaction/ remove action needs global variant /parameter
New, WishlistPublic

Description

Currently all add/remove action functions are local and require extra functionality to be written by the scripter to be a poor global version. A proper global version is needed to stop issue happening with JIP, actions not showing or removing to other players.

Details

Legacy ID
2817319416
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Additional Information

Personally I have multiple projects that cannot be used in MP because its too time consuming to make sure all the actions show correctly.

Event Timeline

john681611 edited Additional Information. (Show Details)
john681611 set Category to Scripting.
john681611 set Reproducibility to Always.
john681611 set Severity to None.
john681611 set Resolution to Open.
john681611 set Legacy ID to 2817319416.May 7 2016, 8:12 PM

this will definitely make it easier for beginners +1

unit addAction [title, script, arguments, priority, showWindow, hideOnUse, shortcut, condition, positionInModel, radius, radiusView, showIn3D, available, textDefault, textToolTip, GLOBAL] <-------------- true - global, false or missing - local

Please same with remove, its just a headache atm

Or just addActionGlobal & removeActionGlobal.