GOA_Walter_Nowotny Posted November 6, 2019 Posted November 6, 2019 Hello pilots, greetings from Chile Is there a post that explains how these 2 commands work? Modifier: Add Value Modifier: Set Value Are they used to assign points for some completed action or am I wrong? Thank you!
Alonzo Posted November 9, 2019 Posted November 9, 2019 The description is in a developer patch notes somewhere from when those features were introduced. Unfortunately I’m on mobile so I can’t find the exact post for you.
IRRE_Genius Posted November 9, 2019 Posted November 9, 2019 Re, I think it's used to update counter MCU (you can back to square one with set value, not possible without). Bye
coconut Posted November 9, 2019 Posted November 9, 2019 (edited) It also works for timers, to change the timeout value. Use Modifier Set Value, Advanced Properties > Param Index = 0, Data[0] = new value EDIT: Or maybe it changes the value of the timer, I'm not sure which it is. Edited November 9, 2019 by coconut
JG4_Deciman Posted November 9, 2019 Posted November 9, 2019 4 hours ago, coconut said: It also works for timers, to change the timeout value. Use Modifier Set Value, Advanced Properties > Param Index = 0, Data[0] = new value EDIT: Or maybe it changes the value of the timer, I'm not sure which it is. 'Modify' adds (or subtracts if negative values used) values from counters (and maybe also from timers) 'Set' sets values of Timers and counters Setting a Timer to '-1' stopps it completely, but doesn't deactivate it. Trying to set a zero-delay-timer to a -1 will also fire it (so don't try to reset any timers without delay) Param Index is always 0, Value[0] the desired value to set (or used for modifying) Deci
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now