6 lines
94 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC = GetLastUsedBy();
AssignCommand(oPC, ActionSit(OBJECT_SELF));
}