Setting a parameter in an event

Is it possible to modify/set a parameter (that is declared in libraries) in Arducopter in a failsafe event?

I’ve #included some header files from libraries in my events.cpp, and having all kinds of trouble.

Thanks

@tridge

As far as I know failsafe options don’t have such operation. You may need to write a lua script to do this.