debug mode: selecting enemies?
Moderator: Moderator
debug mode: selecting enemies?
Is there an easy way to select an enemy for the debug console?
Re: debug mode: selecting enemies?
probably easiest way is to get it UID from tooltip ie 4089 and then in console
Code: Select all
mob = __uids[4089]
You are likely to be eaten by a grue
Re: debug mode: selecting enemies?
Thanks, works perfectly.