8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
void main()
|
|
{
|
|
object PC = GetLastUsedBy();
|
|
if (GetIsObjectValid(PC)== TRUE) {
|
|
ExecuteScript("whostone", PC);
|
|
}
|
|
}
|