Page 1 of 1

debug mode: selecting enemies?

Posted: Fri Mar 01, 2013 7:53 pm
by lukep
Is there an easy way to select an enemy for the debug console?

Re: debug mode: selecting enemies?

Posted: Sat Mar 02, 2013 12:40 am
by Graziel
probably easiest way is to get it UID from tooltip ie 4089 and then in console

Code: Select all

mob = __uids[4089]

Re: debug mode: selecting enemies?

Posted: Sat Mar 02, 2013 1:20 am
by lukep
Thanks, works perfectly.