Jump to content

Fusah

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Fusah

  • Rank
    Newbie
  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.
×