[SUP][SUB]using System;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using ArcheBuddy.Bot.Classes;
namespace YourNamespace
{
public class YourClass : Core
{
public void PluginRun()
{
Log(me.target.uniqId.ToString());
}
}
}[/SUB][/SUP]
It will type out your targets uniqiId in your archebuddy log