8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC=GetLastUsedBy();
|
||
|
int nClass=GetClassByPosition(1,oPC);
|
||
|
SendMessageToPC(oPC,"class: "+IntToString(nClass));
|
||
|
|
||
|
}
|