void main() { object oPC=GetLastUsedBy(); int nClass=GetClassByPosition(1,oPC); SendMessageToPC(oPC,"class: "+IntToString(nClass)); }