Search results

  1. Bunnky

    Understanding InvokeCommand

    I am trying to design an item that, when double clicked, will send a command. I tried achieving this with InvokeCommand("commandhere"), but InvokeCommand isn't being recognized, despite using all the directives I could at the top of the script. Any tips? Here's a snippet of the code...
Back