Resource Menu Select Function

Support
  • How can you call a function from a dropdown in the Resource menu because i see there is no button option ?
    My logic is like this :
    if dropdown = option1 ----> call function 1
    if dropdown = option2 ----> call function 2

    Edit :

    Found the solution for anyone who will need this in the future

    set a variable = resource name -----> if var = option 1 ----> call function 1
    -------> if var = option 2 ----> call function 2

    Format of If example : [[VARIABLE]] == "Option 1"

  • Hello,
    do you have a screenshot? I cant get it working.
    ab52a9ab-a08c-4ad8-bb02-6278dc5eb452-image.png
    8d219c3b-d5c8-40f7-ab88-0da11d52681c-image.png
    Thank you :))