Quick copy Parameter Values

Is there a way you copy Parameter Values from 1 event to another?
(we got a problem of 4 different parameters sharing the same name)

Hi Dan,

Aside from manually copying the value of the parameter from one parameter to another, another way (especially if you have a lot of events with this parameter issue) is to use scripting. Take a look into using getCursorPosition() and setCursorPosition() functions when you find the event’s parameters to change.

https://www.fmod.com/resources/documentation-studio?page=scripting-terminal-reference.html

Thanks,
Richard

1 Like