2024-06-20 15:47:42 -04:00

6 lines
94 B
Plaintext

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