Jump to content

fusah

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by fusah


  1. So I am trying to get the number of objects I have selected in editor and copy it to my clipboard. After some searching I came up with:
     

    _selected = get3DENSelected "object";
    _cnt = count _selected; 
    copyToClipboard _cnt;
    

     

    Have no idea why this is not working :/ Any help is appreciated.

×