Author Topic: Any way to get a DMs current selection?  (Read 501 times)

Legacy_BCH

  • Full Member
  • ***
  • Posts: 160
  • Karma: +0/-0
Any way to get a DMs current selection?
« on: August 15, 2010, 02:57:20 am »


               DMs can select one or more objects in game using left-click, ctrl-left-click, or left-click-drag, then Limbo them, Kill them, etc.

Is there any way in NWNScript to get a DM's current selection?

Searched the Lexicon but came up empty-handed.  Could just be not thinking of the right search terms, though.

Thanks!
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Any way to get a DMs current selection?
« Reply #1 on: August 15, 2010, 04:25:30 am »


               Im thinking that it is a function of the DM client and not the server.  Making it transparent to any scripts being ran by the server.  



Just my guess,  Hope im wrong.
               
               

               
            

Legacy_ehye_khandee

  • Hero Member
  • *****
  • Posts: 1415
  • Karma: +0/-0
Any way to get a DMs current selection?
« Reply #2 on: August 17, 2010, 11:46:02 pm »


               CTRL+ click & drag to select multiple objects.



Be well. Game on.

GM_ODA

66.232.100.90 cep2.1 +  nwn1.69 & both expansions

24x7 we bring the game.

aldohral.forumotion.com
               
               

               
            

Legacy_Lightfoot8

  • Hero Member
  • *****
  • Posts: 4797
  • Karma: +0/-0
Any way to get a DMs current selection?
« Reply #3 on: August 18, 2010, 01:07:57 am »


               

ehye_khandee wrote...

CTRL+ click & drag to select multiple objects.

Be well. Game on.
GM_ODA
66.232.100.90 cep2.1 + nwn1.69 & both expansions
24x7 we bring the game.
aldohral.forumotion.com



I think he knows that Khandee.  What he is asking is is there a way to get the Objects that where selected In a NWN script.   I do not think there is.   
               
               

               
            

Legacy_BCH

  • Full Member
  • ***
  • Posts: 160
  • Karma: +0/-0
Any way to get a DMs current selection?
« Reply #4 on: August 18, 2010, 03:50:46 am »


               Thanks, Lightfoot8.  Yeah, I know there's no convenient function like GetDMSelection(), but I'm hoping there's some sort of clever alternate way of doing it.